summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2017-08-20 22:31:37 +0200
committerThomas Penteker <tek@serverop.de>2017-08-20 22:31:37 +0200
commit906ca053958fcf0f10d77fb80cede6a6b4b963e5 (patch)
tree8770761ead0601690b9c1cfe9d04fe03cef5a58e
parent436a696d82d9414bf6d4ea486876c8d49c378cdf (diff)
downloadopt-906ca053958fcf0f10d77fb80cede6a6b4b963e5.tar.gz
opt-906ca053958fcf0f10d77fb80cede6a6b4b963e5.tar.xz
xpdf: update mandir
-rw-r--r--xpdf/.footprint6
-rw-r--r--xpdf/.signature6
-rw-r--r--xpdf/Pkgfile4
3 files changed, 9 insertions, 7 deletions
diff --git a/xpdf/.footprint b/xpdf/.footprint
index f05287a0b..783c3a40a 100644
--- a/xpdf/.footprint
+++ b/xpdf/.footprint
@@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xpdf
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xpdf.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man1/
+-rw-r--r-- root/root usr/share/man1/xpdf.1
diff --git a/xpdf/.signature b/xpdf/.signature
index 77554d712..5e4bcd8d6 100644
--- a/xpdf/.signature
+++ b/xpdf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/b8AeydTa/vPLFjDi+GjZx21OgF7Oahn9xjVZsLcpN+mjgjvkaPtF4b4atXry44z/NzFIfn7h9T1awisec+txAA=
-SHA256 (Pkgfile) = d385de8140c741f18a743a02038ab9b4f7f3e31fdbbf0fddd037fcecc084df5a
-SHA256 (.footprint) = 96d570f0ab9af5fbc0c4fb6323470bf138fe2f1221a67a967e0b205064afd69d
+RWSE3ohX2g5d/SEsI8oj/23g7AiYkQYI8EvqK5PHvYzFsKnBbBsztTy/jR4rWPvTM+O1k4a1g0Bz45wgw7JexmOz4QolKLcb4w4=
+SHA256 (Pkgfile) = c5cbbd30f7fa8d26d1d7b655afe5b0f81dc29f65097cf8fb4282190a3e7d244e
+SHA256 (.footprint) = 02ccfdcb986da4163514c606e214181e3ab001e9134b5973909010fdb3c06525
SHA256 (xpdf-4.00.tar.gz) = ff3d92c42166e35b1ba6aec9b5f0adffb5fc05a3eb95dc49505b6e344e4216d6
diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile
index 6d459005b..cb4809c7a 100644
--- a/xpdf/Pkgfile
+++ b/xpdf/Pkgfile
@@ -18,10 +18,12 @@ build() {
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DA4_PAPER=ON ..
+ -DA4_PAPER=ON -LAH ..
cd xpdf-qt
+ sed -i 's|man/man1|share/man1|g' cmake_install.cmake
+
make
make install DESTDIR=$PKG

Generated by cgit