ports/opt (3.2): clex: fix man-page location
commit 3046cab62bf472074dda61b881a8e8c3ec1259f2 Author: Juergen Daubert <jue@jue.li> Date: Sat Aug 6 13:29:15 2016 +0200 clex: fix man-page location diff --git a/clex/.footprint b/clex/.footprint index 5c3ea5f..644734a 100644 --- a/clex/.footprint +++ b/clex/.footprint @@ -3,8 +3,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cfg-clex -rwxr-xr-x root/root usr/bin/clex -rwxr-xr-x root/root usr/bin/kbd-test -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cfg-clex.1.gz --rw-r--r-- root/root usr/man/man1/clex.1.gz --rw-r--r-- root/root usr/man/man1/kbd-test.1.gz +drwxr-xr-x root/root usr/share/ +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/cfg-clex.1.gz +-rw-r--r-- root/root usr/share/man/man1/clex.1.gz +-rw-r--r-- root/root usr/share/man/man1/kbd-test.1.gz diff --git a/clex/Pkgfile b/clex/Pkgfile index 31a2b12..893e6d3 100644 --- a/clex/Pkgfile +++ b/clex/Pkgfile @@ -10,7 +10,7 @@ source=(http://www.clex.sk/download/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu