From e4925749809421420888e3f01df8f2d1c43e9eec Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 21 Jan 2024 23:27:59 +0100 Subject: [PATCH] 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 1ded34007f8eb..5bfcf849c3855 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 diff --git a/net-mgmt/ipcad/pkg-plist b/net-mgmt/ipcad/pkg-plist index 8bc614db8e4eb..4be44559267c0 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