ports-mgmt/portfind: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-21 22:34:48 +01:00
parent c6832ad630
commit 36e4a08fd3
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= portfind
PORTVERSION= 1.6.3
PORTREVISION= 1
CATEGORIES= ports-mgmt perl5
MASTER_SITES= http://gug-it.de/files/
@ -15,10 +16,10 @@ RUN_DEPENDS= sqlite3:databases/sqlite3
USES= perl5
USE_PERL5= build
PLIST_FILES= bin/portfind man/man1/portfind.1.gz
PLIST_FILES= bin/portfind share/man/man1/portfind.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/portfind ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/portfind.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/portfind.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>