aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 17:56:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 19:25:23 +0000
commitb3fb09d8b09615a3e58474968279cc088cb938a5 (patch)
treeb0ed0b4f275e6c0ed4a96809a91f4605edb10141
parentc5001da196d78e21aae31258b54b7216add17a7f (diff)
downloadports-b3fb09d8b09615a3e58474968279cc088cb938a5.tar.gz
ports-b3fb09d8b09615a3e58474968279cc088cb938a5.zip
ports-mgmt/pkg_replace: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--ports-mgmt/pkg_replace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile
index 62e595177b25..fa2284566ec7 100644
--- a/ports-mgmt/pkg_replace/Makefile
+++ b/ports-mgmt/pkg_replace/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pkg_replace
-PORTVERSION= 20231008
+DISTVERSION= 20231008
CATEGORIES= ports-mgmt
MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp
@@ -29,7 +29,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
- ${STAGEDIR}${MANPREFIX}/share/man/man1/
+ ${STAGEDIR}${PREFIX}/share/man/man1/
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample