Skip to content

Commit

Permalink
security/proxycheck: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent fc294bb commit 633ab87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion security/proxycheck/Makefile
@@ -1,5 +1,6 @@
PORTNAME= proxycheck
PORTVERSION= 0.49a
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \
http://www.it.ca/~paul/src/
Expand All @@ -16,7 +17,7 @@ OPTIONS_DEFINE= DOCS

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}

Expand Down
2 changes: 1 addition & 1 deletion security/proxycheck/pkg-plist
@@ -1,3 +1,3 @@
sbin/proxycheck
man/man1/proxycheck.1.gz
share/man/man1/proxycheck.1.gz
%%PORTDOCS%%%%DOCSDIR%%/CHANGES

0 comments on commit 633ab87

Please sign in to comment.