Skip to content

Commit

Permalink
editors/ne: 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 df83054 commit 91659e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion editors/ne/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ne
PORTVERSION= 3.3.3
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://ne.di.unimi.it/

Expand Down Expand Up @@ -43,7 +44,7 @@ post-patch:

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ne
${INSTALL_MAN} ${WRKSRC}/doc/ne.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/ne.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/doc/ne.info.gz \
${STAGEDIR}${PREFIX}/${INFO_PATH}/

Expand Down
2 changes: 1 addition & 1 deletion editors/ne/pkg-plist
@@ -1,5 +1,5 @@
bin/ne
man/man1/ne.1.gz
share/man/man1/ne.1.gz
%%PORTDOCS%%%%DOCSDIR%%/About.html
%%PORTDOCS%%%%DOCSDIR%%/Acknowledgments.html
%%PORTDOCS%%%%DOCSDIR%%/AdjustView.html
Expand Down

0 comments on commit 91659e5

Please sign in to comment.