ports/opt (3.2): mpup: fixed mandir location
commit b5185ef414274bfd0b2135758918edaf3ddba612 Author: Jose V Beneyto <sepen@crux.nu> Date: Tue Apr 12 16:44:15 2016 +0200 mpup: fixed mandir location diff --git a/mpup/.footprint b/mpup/.footprint index ae4175d..ccd925e 100644 --- a/mpup/.footprint +++ b/mpup/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root etc/ports/drivers/ -rwxr-xr-x root/root etc/ports/drivers/mpup -rw-r--r-- root/root etc/ports/meta.mpup.inactive drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/mpup.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/mpup.8.gz diff --git a/mpup/Pkgfile b/mpup/Pkgfile index b4a3f15..27e2a00 100644 --- a/mpup/Pkgfile +++ b/mpup/Pkgfile @@ -6,12 +6,12 @@ name=mpup version=2.0 -release=1 +release=2 source=(http://sepen.mooo.com/releases/$name-$version.tar.xz) build() { cd $name-$version - make DESTDIR=$PKG install + make DESTDIR=$PKG MANDIR=/usr/share/man install }
participants (1)
-
crux@crux.nu