Skip to content

Commit

Permalink
ports-mgmt/pkg_search: 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 7d7eead commit a622342
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ports-mgmt/pkg_search/Makefile
@@ -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
Expand All @@ -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>

0 comments on commit a622342

Please sign in to comment.