ports/opt (3.3): qpdf: move man-pages to /usr/share/man
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit cc8f51f81d47b9250573b190593fc7b5e1b6c4be Author: Juergen Daubert <jue@jue.li> Date: Thu Jan 5 17:56:28 2017 +0100 qpdf: move man-pages to /usr/share/man diff --git a/qpdf/.footprint b/qpdf/.footprint index 8ce20ae..7c5e6db 100644 --- a/qpdf/.footprint +++ b/qpdf/.footprint @@ -40,8 +40,9 @@ lrwxrwxrwx root/root usr/lib/libqpdf.so.17 -> libqpdf.so.17.0.0 -rwxr-xr-x root/root usr/lib/libqpdf.so.17.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libqpdf.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/fix-qdf.1.gz --rw-r--r-- root/root usr/man/man1/qpdf.1.gz --rw-r--r-- root/root usr/man/man1/zlib-flate.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/fix-qdf.1.gz +-rw-r--r-- root/root usr/share/man/man1/qpdf.1.gz +-rw-r--r-- root/root usr/share/man/man1/zlib-flate.1.gz diff --git a/qpdf/.signature b/qpdf/.signature index e693a1e..cc7b564 100644 --- a/qpdf/.signature +++ b/qpdf/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YjxHyLGtWrV+3YezwmL4D67tl3GAGVfuSdj1fFQyte5FoTgMxrdJMfJtDWnwIyRi/0GRTwB9FDldHQeJiBzwQU= -SHA256 (Pkgfile) = 7c34e9fe9fadae11ac7454770f3de3c365aa2e35f41fa2185179e47f4d4796eb -SHA256 (.footprint) = 71bea363a1dee289aa72c6cf31c92e4a368897029e5d3b6cc844834699f82c87 +RWSE3ohX2g5d/SgNXvxSnvi9WfYZ5yJZsFzdUiNb2UZGqPtWlrpfzmammdTilXO4kVjmqyTaEa6KtkRl+ptQvVuHbpuYAuCygwM= +SHA256 (Pkgfile) = 0296edc5293d7e31d19e379e923c4b34560991b6fadab1f53bdf97946db22f07 +SHA256 (.footprint) = 85e6362fb2da951b8318d1de30c3cb3607fb78de108a8348944a3cb992cd37c3 SHA256 (qpdf-6.0.0.tar.gz) = a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233 diff --git a/qpdf/Pkgfile b/qpdf/Pkgfile index 8be1699..9764cb6 100644 --- a/qpdf/Pkgfile +++ b/qpdf/Pkgfile @@ -5,14 +5,13 @@ name=qpdf version=6.0.0 -release=1 +release=2 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version...) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc - rmdir $PKG/usr/share }
participants (1)
-
crux@crux.nu