Skip to content

Commit

Permalink
editors/mp: 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 265faca commit 6cb475a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion editors/mp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mp
DISTVERSION= 5.61
PORTREVISION= 1
CATEGORIES= editors

MAINTAINER= jhale@FreeBSD.org
Expand Down Expand Up @@ -117,6 +118,6 @@ do-install-DOCS-on:
.endfor

do-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/mp-5.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/mp-5.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion editors/mp/pkg-plist
@@ -1,5 +1,5 @@
bin/mp-5
%%MANPAGES%%man/man1/mp-5.1.gz
%%MANPAGES%%share/man/man1/mp-5.1.gz
%%GUI%%share/applications/minimum-profit.desktop
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
Expand Down

0 comments on commit 6cb475a

Please sign in to comment.