Approved by:	portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-06-24 04:54:26 +00:00
parent 001538e0a6
commit 5146cd4f42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359037

View file

@ -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>