summaryrefslogtreecommitdiff
path: root/libmng
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-07-26 00:55:39 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2015-07-26 00:55:39 +0200
commit309952d6bc6c1fc8f71ded2c1e0579fb4407339c (patch)
tree51615cc60905e5cb186a02a6e2427bc3990e54cf /libmng
parentea0eddcd7f5e98ff885f2206d600260b4d3b0358 (diff)
downloadopt-309952d6bc6c1fc8f71ded2c1e0579fb4407339c.tar.gz
opt-309952d6bc6c1fc8f71ded2c1e0579fb4407339c.tar.xz
libmng: move man-pages to /usr/share/man
Diffstat (limited to 'libmng')
-rw-r--r--libmng/.footprint13
-rw-r--r--libmng/Pkgfile4
2 files changed, 9 insertions, 8 deletions
diff --git a/libmng/.footprint b/libmng/.footprint
index 9aea1f97f..dcbac63d6 100644
--- a/libmng/.footprint
+++ b/libmng/.footprint
@@ -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
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libmng.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/libmng.3.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/jng.5.gz
--rw-r--r-- root/root usr/man/man5/mng.5.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/libmng.3.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/jng.5.gz
+-rw-r--r-- root/root usr/share/man/man5/mng.5.gz
diff --git a/libmng/Pkgfile b/libmng/Pkgfile
index f41ea9466..d58dbe735 100644
--- a/libmng/Pkgfile
+++ b/libmng/Pkgfile
@@ -5,12 +5,12 @@
name=libmng
version=2.0.3
-release=1
+release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit