mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
net-mgmt/ipcad: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
5a1d3b65ef
commit
e492574980
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ipcad
|
PORTNAME= ipcad
|
||||||
PORTVERSION= 3.7.3
|
PORTVERSION= 3.7.3
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
||||||
http://ipcad.sourceforge.net/ \
|
http://ipcad.sourceforge.net/ \
|
||||||
|
@ -23,7 +23,7 @@ post-patch:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipcad
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipcad
|
||||||
${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||||
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5
|
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/ipcad
|
bin/ipcad
|
||||||
@sample etc/ipcad.conf.sample
|
@sample etc/ipcad.conf.sample
|
||||||
etc/ipcad.conf.simple
|
etc/ipcad.conf.simple
|
||||||
man/man5/ipcad.conf.5.gz
|
share/man/man5/ipcad.conf.5.gz
|
||||||
man/man8/ipcad.8.gz
|
share/man/man8/ipcad.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue