xpdf: update mandir

This commit is contained in:
Thomas Penteker 2017-08-20 22:31:37 +02:00
parent 436a696d82
commit 906ca05395
3 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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