From 21ac2eff1ce458c35a33e2e6d6975d0536270061 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 12 Aug 2015 11:06:49 -0500 Subject: [PATCH] xorg-imake: moved man pages to /usr/share/man --- xorg-imake/.footprint | 23 ++++++++++++----------- 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