security/aescrypt: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= aescrypt
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0
|
||||
|
||||
@@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS
|
||||
do-install:
|
||||
.for f in ${BINS}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
.endfor
|
||||
|
||||
do-install-DOCS-on:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
bin/aescrypt
|
||||
bin/aesget
|
||||
man/man1/aescrypt.1.gz
|
||||
man/man1/aesget.1.gz
|
||||
share/man/man1/aescrypt.1.gz
|
||||
share/man/man1/aesget.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.html
|
||||
|
||||
Reference in New Issue
Block a user