diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 11:08:21 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 13:35:15 +0100 |
commit | c7a0ebe40a8ccc6faa0895508aa063e2e19d933a (patch) | |
tree | 60d63f608d48c7d32ecce83fdf47217fe5ade436 /textproc | |
parent | 3085ceebaf96d74efede79f9691a40fcddd8ffd6 (diff) | |
download | freebsd-ports-c7a0ebe40a8ccc6faa0895508aa063e2e19d933a.zip |
textproc/pdfgrep: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdfgrep/Makefile | 5 |
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 |