aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 10:08:21 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 12:35:15 +0000
commitc7a0ebe40a8ccc6faa0895508aa063e2e19d933a (patch)
tree60d63f608d48c7d32ecce83fdf47217fe5ade436
parent3085ceebaf96d74efede79f9691a40fcddd8ffd6 (diff)
downloadports-c7a0ebe40a8ccc6faa0895508aa063e2e19d933a.tar.gz
ports-c7a0ebe40a8ccc6faa0895508aa063e2e19d933a.zip
textproc/pdfgrep: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/pdfgrep/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile
index b2488e58c6e8..ab6bf30f21ff 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pdfgrep
PORTVERSION= 2.1.1
-PORTREVISION= 49
+PORTREVISION= 50
CATEGORIES= textproc
MASTER_SITES= https://pdfgrep.org/download/
@@ -16,9 +16,10 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= compiler:c11 pkgconfig
-PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \
+PLIST_FILES= bin/pdfgrep share/man/man1/pdfgrep.1.gz \
share/bash-completion/completions/pdfgrep \
share/zsh/site-functions/_pdfgrep