Skip to content

Commit

Permalink
net-mgmt/ipcad: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 5a1d3b6 commit e492574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions net-mgmt/ipcad/Makefile
@@ -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/ \
Expand All @@ -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>
4 changes: 2 additions & 2 deletions net-mgmt/ipcad/pkg-plist
@@ -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

0 comments on commit e492574

Please sign in to comment.