From: Victor Martinez Date: Thu, 12 Nov 2015 14:50:28 +0000 (+0000) Subject: httpup: updated mandir X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ae6edb1593e64b5acb7267076ec25ce2ef438d6c;p=crossrootfs.git httpup: updated mandir --- diff --git a/httpup/.footprint b/httpup/.footprint index 52179d3..507b2cf 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 cb5250a..93fe928 100644 --- a/httpup/Pkgfile +++ b/httpup/Pkgfile @@ -6,13 +6,13 @@ name=httpup version=0.4.0l -release=1 -source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup) +release=2 +source=(http://crux.nu/files/$name-$version.tar.gz httpup) build() { cd $name-$version sed "s|-O2 -pipe|$CFLAGS|g" -i Makefile make CXX=$CXX STRIP=$STRIP - 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 }