ports/opt (3.2): blackbox: fixed mandir location
commit 4e87b88f10a7e6312b9a04eb527004bdbd6b226f Author: Jose V Beneyto <sepen@crux.nu> Date: Mon Apr 4 11:55:03 2016 +0200 blackbox: fixed mandir location diff --git a/blackbox/.footprint b/blackbox/.footprint index b6f340f..19c56fb 100644 --- a/blackbox/.footprint +++ b/blackbox/.footprint @@ -29,11 +29,6 @@ drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libbt.la drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libbt.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/blackbox.1.gz --rw-r--r-- root/root usr/man/man1/bsetbg.1.gz --rw-r--r-- root/root usr/man/man1/bsetroot.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/blackbox/ -rw-r--r-- root/root usr/share/blackbox/menu @@ -43,3 +38,8 @@ drwxr-xr-x root/root usr/share/blackbox/styles/ -rw-r--r-- root/root usr/share/blackbox/styles/Green -rw-r--r-- root/root usr/share/blackbox/styles/Purple -rw-r--r-- root/root usr/share/blackbox/styles/Red +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/blackbox.1.gz +-rw-r--r-- root/root usr/share/man/man1/bsetbg.1.gz +-rw-r--r-- root/root usr/share/man/man1/bsetroot.1.gz diff --git a/blackbox/Pkgfile b/blackbox/Pkgfile index c08cf12..f2f03c6 100644 --- a/blackbox/Pkgfile +++ b/blackbox/Pkgfile @@ -6,15 +6,19 @@ name=blackbox version=0.70.1 -release=2 +release=3 source=(http://download.sourceforge.net/blackboxwm/$name-$version.tar.bz2 - blackbox-0.70.1-include-fix.diff) + $name-$version-include-fix.diff) build () { cd $name-$version patch -p1 -i $SRC/blackbox-0.70.1-include-fix.diff - ./configure --prefix=/usr --disable-nls + + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-nls + make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu