git: e49257498094 - main - net-mgmt/ipcad: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:32:38 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e4925749809421420888e3f01df8f2d1c43e9eec
commit e4925749809421420888e3f01df8f2d1c43e9eec
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:27:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:32:12 +0000
net-mgmt/ipcad: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
net-mgmt/ipcad/Makefile | 6 +++---
net-mgmt/ipcad/pkg-plist | 4 ++--
2 files changed, 5 insertions(+), 5 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>
diff --git a/net-mgmt/ipcad/pkg-plist b/net-mgmt/ipcad/pkg-plist
index 8bc614db8e4e..4be44559267c 100644
--- a/net-mgmt/ipcad/pkg-plist
+++ b/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