ports/opt (3.2): cppunit: updated man path
commit 2501720feb3fd6313cd2546ef61d0f1fbf6af46b Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Thu Sep 1 12:08:00 2016 +0900 cppunit: updated man path diff --git a/cppunit/.footprint b/cppunit/.footprint index 0c6c0e7..21c0bfe 100644 --- a/cppunit/.footprint +++ b/cppunit/.footprint @@ -100,9 +100,9 @@ lrwxrwxrwx root/root usr/lib/libcppunit-1.12.so.1 -> libcppunit-1.12.so.1.0.0 lrwxrwxrwx root/root usr/lib/libcppunit.so -> libcppunit-1.12.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/cppunit.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cppunit-config.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/cppunit.m4 +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/cppunit-config.1.gz diff --git a/cppunit/Pkgfile b/cppunit/Pkgfile index 1f22568..fe42c8f 100644 --- a/cppunit/Pkgfile +++ b/cppunit/Pkgfile @@ -5,7 +5,7 @@ name=cppunit version=1.12.1 -release=1 +release=2 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { @@ -13,7 +13,7 @@ build() { CONFIG_SHELL=/bin/bash \ ./configure \ --prefix=/usr \ - --mandir=/usr/man \ + --mandir=/usr/share/man \ --disable-doxygen make
participants (1)
-
crux@crux.nu