net-mgmt/ipcad: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 23:27:59 +01:00
parent 5a1d3b65ef
commit e492574980
2 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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