httpup: move man-pages to /usr/share/man

This commit is contained in:
Juergen Daubert 2015-07-26 12:51:13 +02:00
parent b0af48774e
commit 4863ed8994
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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
}