Skip to content

Commit

Permalink
editors/ecce: 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 62dcdda commit 265faca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion editors/ecce/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ecce
DISTVERSION= 2.9d
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.ml1.org.uk/distfiles/ \
http://www.ancientgeek.org.uk/distfiles/
Expand All @@ -14,7 +15,7 @@ OPTIONS_DEFINE= DOCS

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ecce ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ecce.1.gz ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/ecce.1.gz ${STAGEDIR}${PREFIX}/share/man/man1

do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down
2 changes: 1 addition & 1 deletion editors/ecce/pkg-plist
@@ -1,5 +1,5 @@
bin/ecce
man/man1/ecce.1.gz
share/man/man1/ecce.1.gz
%%PORTDOCS%%%%DOCSDIR%%/ecce2.txt
%%PORTDOCS%%%%DOCSDIR%%/hmdecce.html
%%PORTDOCS%%%%DOCSDIR%%/ldsecce.html
Expand Down

0 comments on commit 265faca

Please sign in to comment.