svn commit: r359037 - head/net/ssspl
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 24 04:54:27 UTC 2014
Author: vanilla
Date: Tue Jun 24 04:54:26 2014
New Revision: 359037
URL: http://svnweb.freebsd.org/changeset/ports/359037
QAT: https://qat.redports.org/buildarchive/r359037/
Log:
Stagify.
Approved by: portmgr@ (blanket approval)
Modified:
head/net/ssspl/Makefile
Modified: head/net/ssspl/Makefile
==============================================================================
--- head/net/ssspl/Makefile Tue Jun 24 04:33:33 2014 (r359036)
+++ head/net/ssspl/Makefile Tue Jun 24 04:54:26 2014 (r359037)
@@ -15,17 +15,17 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p
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>
More information about the svn-ports-all
mailing list