ports/core (3.2): zip: move man-pages to /usr/share/man
commit b12535c762330f48d5e07ceb7bde6072b3405bb6 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Jul 26 00:21:59 2015 +0200 zip: move man-pages to /usr/share/man diff --git a/zip/.footprint b/zip/.footprint index e292a31..73af6fb 100644 --- a/zip/.footprint +++ b/zip/.footprint @@ -4,9 +4,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/zipcloak -rwxr-xr-x root/root usr/bin/zipnote -rwxr-xr-x root/root usr/bin/zipsplit -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/zip.1.gz --rw-r--r-- root/root usr/man/man1/zipcloak.1.gz --rw-r--r-- root/root usr/man/man1/zipnote.1.gz --rw-r--r-- root/root usr/man/man1/zipsplit.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +-rw-r--r-- root/root usr/share/man/zip.1 +-rw-r--r-- root/root usr/share/man/zipcloak.1 +-rw-r--r-- root/root usr/share/man/zipnote.1 +-rw-r--r-- root/root usr/share/man/zipsplit.1 diff --git a/zip/Pkgfile b/zip/Pkgfile index 1258a49..56b7a12 100644 --- a/zip/Pkgfile +++ b/zip/Pkgfile @@ -5,11 +5,11 @@ name=zip version=3.0 -release=1 +release=2 source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz) build() { cd ${name}${version//./} make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic - make -f unix/Makefile INSTALL=install prefix=$PKG/usr install + make -f unix/Makefile INSTALL=install prefix=$PKG/usr MANDIR=$PKG/usr/share/man install }
participants (1)
-
crux@crux.nu