1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/cpdup: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 21:35:09 +01:00
parent 689f05e4be
commit 7b8c675595

View File

@ -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>