aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 00:16:32 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 00:29:01 +0000
commitb2d9c6e367fcc6f93b0d8806a25ecb85c9569eaa (patch)
tree24449cf9cdf11c24e22d6f4a58873d3154556d52
parent02ad1ddea19a111007df76d73a670a42610f8c57 (diff)
downloadports-b2d9c6e367fcc6f93b0d8806a25ecb85c9569eaa.tar.gz
ports-b2d9c6e367fcc6f93b0d8806a25ecb85c9569eaa.zip
editors/aee: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--editors/aee/Makefile5
1 files 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: