git: a62234287067 - main - ports-mgmt/pkg_search: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 21:42:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a62234287067c6edd949f684df8fe608a6537e6b commit a62234287067c6edd949f684df8fe608a6537e6b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 21:32:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 21:42:27 +0000 ports-mgmt/pkg_search: Sanitize MANPREFIX Approved by: portmgr (blanket) --- ports-mgmt/pkg_search/Makefile | 5 +++-- 1 file 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>