aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipcad/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:27:59 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:32:12 +0000
commite4925749809421420888e3f01df8f2d1c43e9eec (patch)
treec53e667e21e3dab2d55f5ad57af04b45c6a74412 /net-mgmt/ipcad/Makefile
parent5a1d3b65ef190eb6669cc7cbf346542323982c8d (diff)
downloadports-e4925749809421420888e3f01df8f2d1c43e9eec.tar.gz
ports-e4925749809421420888e3f01df8f2d1c43e9eec.zip
Diffstat (limited to 'net-mgmt/ipcad/Makefile')
-rw-r--r--net-mgmt/ipcad/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile
index 1ded34007f8e..5bfcf849c385 100644
--- a/net-mgmt/ipcad/Makefile
+++ b/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/ \
@@ -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>