mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
net-mgmt/ipcad: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
5a1d3b65ef
commit
e492574980
@ -1,6 +1,6 @@
|
||||
PORTNAME= ipcad
|
||||
PORTVERSION= 3.7.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
||||
http://ipcad.sourceforge.net/ \
|
||||
@ -23,7 +23,7 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipcad
|
||||
${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5
|
||||
${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/ipcad
|
||||
@sample etc/ipcad.conf.sample
|
||||
etc/ipcad.conf.simple
|
||||
man/man5/ipcad.conf.5.gz
|
||||
man/man8/ipcad.8.gz
|
||||
share/man/man5/ipcad.conf.5.gz
|
||||
share/man/man8/ipcad.8.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user