Skip to content

Commit

Permalink
ports-mgmt/portless: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 7711e39 commit 7d7eead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ports-mgmt/portless/Makefile
@@ -1,6 +1,6 @@
PORTNAME= portless
PORTVERSION= 0.2.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= # empty
DISTFILES= # none
Expand All @@ -14,7 +14,7 @@ USES= shebangfix
NO_WRKSUBDIR= yes
NO_BUILD= yes

PLIST_FILES= bin/portless man/man1/portless.1.gz
PLIST_FILES= bin/portless share/man/man1/portless.1.gz
SHEBANG_FILES= portless

post-extract:
Expand All @@ -23,6 +23,6 @@ post-extract:

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portless ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/portless.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${FILESDIR}/portless.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit 7d7eead

Please sign in to comment.