Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 21:43:02 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 36e4a08fd30f - main - ports-mgmt/portfind: Sanitize MANPREFIX
Message-ID:  <202401212143.40LLh2vU010071@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=36e4a08fd30f3b77265d40f75a7d8ba4029e568f

commit 36e4a08fd30f3b77265d40f75a7d8ba4029e568f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 21:34:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 21:42:28 +0000

    ports-mgmt/portfind: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 ports-mgmt/portfind/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ports-mgmt/portfind/Makefile b/ports-mgmt/portfind/Makefile
index 6d9bfb89b554..18a002a561f0 100644
--- a/ports-mgmt/portfind/Makefile
+++ b/ports-mgmt/portfind/Makefile
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212143.40LLh2vU010071>