ports-mgmt/portupdate-scan: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
36e4a08fd3
commit
5a25cc32fe
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= portupdate-scan
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
@ -13,7 +14,7 @@ NO_BUILD= yes
|
|||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
|
||||
PLIST_FILES= sbin/portupdate-scan man/man8/portupdate-scan.8.gz
|
||||
PLIST_FILES= sbin/portupdate-scan share/man/man8/portupdate-scan.8.gz
|
||||
SHEBANG_FILES= portupdate-scan
|
||||
SRC= ${.CURDIR}/src
|
||||
|
||||
|
@ -23,6 +24,6 @@ do-extract:
|
|||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue