ports/opt (3.2): webfs: fix build with dash, move man-pages
commit 36e322136daf3df18c379179a22b0ac734bf134f Author: Juergen Daubert <jue@jue.li> Date: Tue Mar 1 17:01:11 2016 +0100 webfs: fix build with dash, move man-pages diff --git a/webfs/.footprint b/webfs/.footprint index 65083f5..1964df0 100644 --- a/webfs/.footprint +++ b/webfs/.footprint @@ -4,6 +4,7 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/webfsd -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/webfsd.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/webfsd.1.gz diff --git a/webfs/Pkgfile b/webfs/Pkgfile index d7b8fe2..9fb06bd 100644 --- a/webfs/Pkgfile +++ b/webfs/Pkgfile @@ -6,12 +6,13 @@ name=webfs version=1.21 -release=3 +release=4 source=(http://dl.bytesex.org/releases/webfs/webfs-$version.tar.gz \ webfsd) build() { cd $name-$version - make prefix=$PKG/usr mandir=$PKG/usr/man install + sed -i '1a\export SHELL=/bin/bash' GNUmakefile + make prefix=$PKG/usr install install -D -m 0755 $SRC/webfsd $PKG/etc/rc.d/webfsd }
participants (1)
-
crux@crux.nu