Skip to content
Snippets Groups Projects
Commit 3cb94f3d authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

net/shelldap: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
parent 66a3a658
No related branches found
No related tags found
No related merge requests found
PORTNAME= shelldap
PORTVERSION= 1.5.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net perl5
......@@ -23,7 +24,7 @@ USE_PERL5= extract build run
USE_GITHUB= yes
GH_ACCOUNT= mahlonsmith
PLIST_FILES= bin/shelldap man/man1/shelldap.1.gz
PLIST_FILES= bin/shelldap share/man/man1/shelldap.1.gz
NO_BUILD= yes
NO_ARCH= yes
......@@ -32,7 +33,7 @@ post-extract:
${LOCALBASE}/bin/pod2man ${WRKSRC}/shelldap ${WRKSRC}/shelldap.1
do-install:
${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment