ports/core (3.2): ports: move man-pages to /usr/share/man
commit fc10c696d4ddd18df8e281f3f5f81f992e2753f1 Author: Juergen Daubert <jue@jue.li> Date: Sun Jul 26 12:48:35 2015 +0200 ports: move man-pages to /usr/share/man diff --git a/ports/.footprint b/ports/.footprint index bfcbedf..193d051 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -9,7 +9,8 @@ drwxr-xr-x root/root etc/ports/drivers/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ports -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/ports.8.gz drwxr-xr-x root/root usr/ports/ +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/ports.8.gz diff --git a/ports/Pkgfile b/ports/Pkgfile index 4198668..2272646 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -4,7 +4,7 @@ name=ports version=1.5 -release=15 +release=16 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.rsync opt.rsync xorg.rsync compat-32.rsync.inactive \ @@ -13,7 +13,7 @@ source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ build () { cd $name-$version make - make DESTDIR=$PKG install + make DESTDIR=$PKG MANDIR=/usr/share/man install install -m 0644 $SRC/core.rsync $PKG/etc/ports install -m 0644 $SRC/opt.rsync $PKG/etc/ports
participants (1)
-
crux@crux.nu