Skip to content

Commit

Permalink
editors/aee: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 02ad1dd commit b2d9c6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions editors/aee/Makefile
@@ -1,5 +1,6 @@
PORTNAME= aee
DISTVERSION= 2.2.22
PORTREVISION= 1
CATEGORIES= editors

MAINTAINER= portmaster@BSDforge.com
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b2d9c6e

Please sign in to comment.