aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: