aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:32:13 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 21:42:27 +0000
commita62234287067c6edd949f684df8fe608a6537e6b (patch)
treeb4239f364a52baea67575ccc1cac10c4d15b456c
parent7d7eeadb54a0b0e17281503a96b9d0cf6adc75a0 (diff)
downloadports-a62234287067c6edd949f684df8fe608a6537e6b.tar.gz
ports-a62234287067c6edd949f684df8fe608a6537e6b.zip
ports-mgmt/pkg_search: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--ports-mgmt/pkg_search/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/pkg_search/Makefile b/ports-mgmt/pkg_search/Makefile
index 83c396593ceb..cd5fbfd4f400 100644
--- a/ports-mgmt/pkg_search/Makefile
+++ b/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
@@ -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>