From 4863ed899492086111d16341361e08d455d93bbd Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 26 Jul 2015 12:51:13 +0200 Subject: [PATCH] httpup: move man-pages to /usr/share/man --- httpup/.footprint | 9 +++++---- httpup/Pkgfile | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/httpup/.footprint b/httpup/.footprint index 52179d33..507b2cf2 100644 --- a/httpup/.footprint +++ b/httpup/.footprint @@ -6,7 +6,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/httpup -rwxr-xr-x root/root usr/bin/httpup-repgen -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/httpup-repgen.8.gz --rw-r--r-- root/root usr/man/man8/httpup.8.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/httpup-repgen.8.gz +-rw-r--r-- root/root usr/share/man/man8/httpup.8.gz diff --git a/httpup/Pkgfile b/httpup/Pkgfile index e5604de2..d16026df 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -5,12 +5,12 @@ name=httpup version=0.4.0l -release=1 +release=2 source=(http://crux.nu/files/$name-$version.tar.gz httpup) build() { cd $name-$version make - make DESTDIR=$PKG prefix=/usr install + make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup }