1
0
forked from ports/opt

unzip: move man-page to /usr/share

This commit is contained in:
Juergen Daubert 2015-09-29 11:54:09 +02:00
parent b000b72b71
commit de1e1e29a0
2 changed files with 9 additions and 8 deletions

View File

@ -5,10 +5,11 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/unzipsfx
-rwxr-xr-x root/root usr/bin/zipgrep
lrwxrwxrwx root/root usr/bin/zipinfo -> unzip
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/funzip.1.gz
-rw-r--r-- root/root usr/man/man1/unzip.1.gz
-rw-r--r-- root/root usr/man/man1/unzipsfx.1.gz
-rw-r--r-- root/root usr/man/man1/zipgrep.1.gz
-rw-r--r-- root/root usr/man/man1/zipinfo.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/funzip.1.gz
-rw-r--r-- root/root usr/share/man/man1/unzip.1.gz
-rw-r--r-- root/root usr/share/man/man1/unzipsfx.1.gz
-rw-r--r-- root/root usr/share/man/man1/zipgrep.1.gz
-rw-r--r-- root/root usr/share/man/man1/zipinfo.1.gz

View File

@ -23,6 +23,6 @@ build() {
sed -i 's/-O3//' unix/configure
make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" generic
make -f unix/Makefile prefix=$PKG/usr install
make -f unix/Makefile prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
ln -sf unzip $PKG/usr/bin/zipinfo
}