git: 7b8c67559585 - main - sysutils/cpdup: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:48:24 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b8c675595856f8b5d13772091e53019e0a04c26
commit 7b8c675595856f8b5d13772091e53019e0a04c26
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 20:35:09 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 20:48:10 +0000
sysutils/cpdup: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
sysutils/cpdup/Makefile | 5 +++--
1 file 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>