Skip to content

Commit

Permalink
ports-mgmt/pkg_replace: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent c5001da commit b3fb09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b3fb09d

Please sign in to comment.