git: e8b6ea6135d6 - main - security/gpgdir: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:32:33 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e8b6ea6135d67ef5e2c2585124daa6152f6c033f
commit e8b6ea6135d67ef5e2c2585124daa6152f6c033f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:19:04 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:32:11 +0000
security/gpgdir: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/gpgdir/Makefile | 6 +++---
1 file 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>