git: 9853e4aabe22 - main - ports-mgmt/psearch: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 21:42:59 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9853e4aabe22835771d6b9b9f2b2879fb47cc551
commit 9853e4aabe22835771d6b9b9f2b2879fb47cc551
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 21:32:53 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 21:42:28 +0000
ports-mgmt/psearch: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
ports-mgmt/psearch/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ports-mgmt/psearch/Makefile b/ports-mgmt/psearch/Makefile
index dac394cdb0c4..8ae500e2e288 100644
--- a/ports-mgmt/psearch/Makefile
+++ b/ports-mgmt/psearch/Makefile
@@ -1,5 +1,6 @@
PORTNAME= psearch
PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MAINTAINER= mail@maxlor.com
@@ -13,10 +14,10 @@ USE_GITHUB= yes
GH_ACCOUNT= maxlor
PLIST_FILES= bin/psearch \
- man/man1/psearch.1.gz
+ share/man/man1/psearch.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>