diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
commit | 21ac2eff1ce458c35a33e2e6d6975d0536270061 (patch) | |
tree | 2bcea050a7379ff153ac6d9db1bd64f1203b58f0 /xorg-imake | |
parent | 8598c5326b57b16a25aba95f064159259524edb6 (diff) | |
download | xorg-21ac2eff1ce458c35a33e2e6d6975d0536270061.tar.gz xorg-21ac2eff1ce458c35a33e2e6d6975d0536270061.tar.xz |
xorg-imake: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-imake')
-rw-r--r-- | xorg-imake/.footprint | 23 | ||||
-rw-r--r-- | xorg-imake/Pkgfile | 4 |
2 files changed, 14 insertions, 13 deletions
diff --git a/xorg-imake/.footprint b/xorg-imake/.footprint index 43915d5e..6e428613 100644 --- a/xorg-imake/.footprint +++ b/xorg-imake/.footprint @@ -9,14 +9,15 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mkhtmlindex -rwxr-xr-x root/root usr/bin/revpath -rwxr-xr-x root/root usr/bin/xmkmf -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ccmakedep.1.gz --rw-r--r-- root/root usr/man/man1/cleanlinks.1.gz --rw-r--r-- root/root usr/man/man1/imake.1.gz --rw-r--r-- root/root usr/man/man1/makeg.1.gz --rw-r--r-- root/root usr/man/man1/mergelib.1.gz --rw-r--r-- root/root usr/man/man1/mkdirhier.1.gz --rw-r--r-- root/root usr/man/man1/mkhtmlindex.1.gz --rw-r--r-- root/root usr/man/man1/revpath.1.gz --rw-r--r-- root/root usr/man/man1/xmkmf.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ccmakedep.1.gz +-rw-r--r-- root/root usr/share/man/man1/cleanlinks.1.gz +-rw-r--r-- root/root usr/share/man/man1/imake.1.gz +-rw-r--r-- root/root usr/share/man/man1/makeg.1.gz +-rw-r--r-- root/root usr/share/man/man1/mergelib.1.gz +-rw-r--r-- root/root usr/share/man/man1/mkdirhier.1.gz +-rw-r--r-- root/root usr/share/man/man1/mkhtmlindex.1.gz +-rw-r--r-- root/root usr/share/man/man1/revpath.1.gz +-rw-r--r-- root/root usr/share/man/man1/xmkmf.1.gz diff --git a/xorg-imake/Pkgfile b/xorg-imake/Pkgfile index 47fb9920..c9f64798 100644 --- a/xorg-imake/Pkgfile +++ b/xorg-imake/Pkgfile @@ -5,13 +5,13 @@ name=xorg-imake version=1.0.7 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/util/imake-$version.tar.bz2) build() { cd imake-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |