1
0
forked from ports/opt

libmng: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-26 00:55:39 +02:00
parent ea0eddcd7f
commit 309952d6bc
2 changed files with 9 additions and 8 deletions

View File

@ -11,9 +11,10 @@ lrwxrwxrwx root/root usr/lib/libmng.so.2 -> libmng.so.2.0.2
-rwxr-xr-x root/root usr/lib/libmng.so.2.0.2 -rwxr-xr-x root/root usr/lib/libmng.so.2.0.2
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libmng.pc -rw-r--r-- root/root usr/lib/pkgconfig/libmng.pc
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man3/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man3/libmng.3.gz drwxr-xr-x root/root usr/share/man/man3/
drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/share/man/man3/libmng.3.gz
-rw-r--r-- root/root usr/man/man5/jng.5.gz drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/man/man5/mng.5.gz -rw-r--r-- root/root usr/share/man/man5/jng.5.gz
-rw-r--r-- root/root usr/share/man/man5/mng.5.gz

View File

@ -5,12 +5,12 @@
name=libmng name=libmng
version=2.0.3 version=2.0.3
release=1 release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz) source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr --mandir=/usr/man ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }