mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
ports-mgmt/portless: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
7711e39259
commit
7d7eeadb54
@ -1,6 +1,6 @@
|
||||
PORTNAME= portless
|
||||
PORTVERSION= 0.2.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # none
|
||||
@ -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:
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user