mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
security/gpgdir: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
5e8516569b
commit
e8b6ea6135
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user