mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/ciscoconf: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
6adeb08a76
commit
6da31d572b
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= ciscoconf
|
PORTNAME= ciscoconf
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= ISC/ciscoconf/ \
|
MASTER_SITES= ISC/ciscoconf/ \
|
||||||
http://software.automagic.org/ciscoconf/
|
http://software.automagic.org/ciscoconf/
|
||||||
|
@ -22,9 +23,9 @@ do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man \
|
${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man \
|
||||||
${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfd.8
|
${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfd.8
|
||||||
${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man \
|
${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man \
|
||||||
${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfr.8
|
${STAGEDIR}${PREFIX}/share/man/man8/ciscoconfr.8
|
||||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/cisco/RCS
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/cisco/RCS
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/ciscoconfd
|
bin/ciscoconfd
|
||||||
bin/ciscoconfr
|
bin/ciscoconfr
|
||||||
man/man8/ciscoconfd.8.gz
|
share/man/man8/ciscoconfd.8.gz
|
||||||
man/man8/ciscoconfr.8.gz
|
share/man/man8/ciscoconfr.8.gz
|
||||||
@dir share/cisco/RCS
|
@dir share/cisco/RCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue