Skip to content

Commit

Permalink
net-mgmt/ciscoconf: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 6adeb08 commit 6da31d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions net-mgmt/ciscoconf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ciscoconf
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ISC/ciscoconf/ \
http://software.automagic.org/ciscoconf/
Expand All @@ -22,9 +23,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man \
${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfd.8
${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfd.8
${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man \
${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfr.8
${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfr.8
@${MKDIR} ${STAGEDIR}${PREFIX}/share/cisco/RCS

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions net-mgmt/ciscoconf/pkg-plist
@@ -1,5 +1,5 @@
bin/ciscoconfd
bin/ciscoconfr
man/man8/ciscoconfd.8.gz
man/man8/ciscoconfr.8.gz
share/man/man8/ciscoconfd.8.gz
share/man/man8/ciscoconfr.8.gz
@dir share/cisco/RCS

0 comments on commit 6da31d5

Please sign in to comment.