aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:35:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:48:10 +0000
commit7b8c675595856f8b5d13772091e53019e0a04c26 (patch)
tree9e8f85e63940a34521dd791d084c28e6c90d751d
parent689f05e4beb0308014ffbb0c47c6e49dc3df31cc (diff)
downloadports-7b8c675595856f8b5d13772091e53019e0a04c26.tar.gz
ports-7b8c675595856f8b5d13772091e53019e0a04c26.zip
sysutils/cpdup: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--sysutils/cpdup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile
index 13371a87a3fb..e25e3c69aef2 100644
--- a/sysutils/cpdup/Makefile
+++ b/sysutils/cpdup/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cpdup
PORTVERSION= 1.22
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= gmarco@giovannelli.it
@@ -14,7 +15,7 @@ GH_TUPLE= DragonFlyBSD:${PORTNAME}:v${PORTVERSION}
MAKEFILE= GNUmakefile
MAKE_ARGS+= LIBS="-L${OPENSSLLIB} -lcrypto"
-PLIST_FILES= bin/cpdup man/man1/cpdup.1.gz
+PLIST_FILES= bin/cpdup share/man/man1/cpdup.1.gz
post-patch:
${REINPLACE_CMD} \
@@ -25,6 +26,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpdup ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/cpdup.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>