Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 00:29:18 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: b2d9c6e367fc - main - editors/aee: Sanitize MANPREFIX
Message-ID:  <202401220029.40M0TIbF085327@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=b2d9c6e367fcc6f93b0d8806a25ecb85c9569eaa

commit b2d9c6e367fcc6f93b0d8806a25ecb85c9569eaa
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:16:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:01 +0000

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

diff --git a/editors/aee/Makefile b/editors/aee/Makefile
index c7b4d75314de..0c5233e62701 100644
--- a/editors/aee/Makefile
+++ b/editors/aee/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	aee
 DISTVERSION=	2.2.22
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	portmaster@BSDforge.com
@@ -10,7 +11,7 @@ LICENSE=	ART10
 LICENSE_FILE=	${WRKSRC}/Artistic
 
 USES=		ncurses
-PLIST_FILES=	bin/aee bin/rae man/man1/aee.1.gz ${DATADIR}/help.ae
+PLIST_FILES=	bin/aee bin/rae share/man/man1/aee.1.gz ${DATADIR}/help.ae
 ALL_TARGET=	main
 
 USE_GITLAB=	yes
@@ -43,7 +44,7 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_PROGRAM} ${WRKSRC}/aee ${STAGEDIR}${PREFIX}/bin
 	(cd ${STAGEDIR}${PREFIX}/bin && ${LN} aee rae)
-	${INSTALL_MAN} ${WRKSRC}/aee.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/aee.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_DATA} ${WRKSRC}/help.ae ${STAGEDIR}${DATADIR}
 
 do-install-XAE-on:



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