aboutsummaryrefslogtreecommitdiff
path: root/security/gpgdir
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:19:04 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:32:11 +0000
commite8b6ea6135d67ef5e2c2585124daa6152f6c033f (patch)
treeda39f82b55f10321b0384affdcb7f52e1762fcbe /security/gpgdir
parent5e8516569bcfb211fab304a859646b5d369ea355 (diff)
security/gpgdir: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'security/gpgdir')
-rw-r--r--security/gpgdir/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpgdir/Makefile b/security/gpgdir/Makefile
index f818ed7f6327..56a16be6859e 100644
--- a/security/gpgdir/Makefile
+++ b/security/gpgdir/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gpgdir
PORTVERSION= 1.9.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \
http://www.cipherdyne.org/gpgdir/download/
@@ -22,10 +22,10 @@ SHEBANG_FILES= gpgdir
CONFLICTS_INSTALL= signing-party # bin/gpgdir
-PLIST_FILES= bin/gpgdir man/man1/gpgdir.1.gz
+PLIST_FILES= bin/gpgdir share/man/man1/gpgdir.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>