ports-mgmt/pkg_search: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 22:32:13 +01:00
parent 7d7eeadb54
commit a622342870
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= pkg_search
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \
LOCAL/chinsan
@ -10,10 +11,10 @@ WWW= https://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/
IGNORE_DragonFly= Requires update to work for DragonFly
PLIST_FILES= bin/pkg_search man/man1/pkg_search.1.gz
PLIST_FILES= bin/pkg_search share/man/man1/pkg_search.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>