Stagify.
Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
001538e0a6
commit
5146cd4f42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359037
1 changed files with 3 additions and 3 deletions
|
@ -15,17 +15,17 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= sss.pl
|
||||
PLIST_FILES= sbin/sss.pl
|
||||
STRIP=
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${CHMOD} +x ${WRKSRC}/${DISTFILES}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${DISTFILES} ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue