svn commit: r356743 - head/devel/p5-TheSchwartz
Kurt Jaeger
pi at FreeBSD.org
Fri Jun 6 05:45:17 UTC 2014
Author: pi
Date: Fri Jun 6 05:45:16 2014
New Revision: 356743
URL: http://svnweb.freebsd.org/changeset/ports/356743
QAT: https://qat.redports.org/buildarchive/r356743/
Log:
devel/p5-TheSchwartz: fixed shebang
Approved by: mentors (implicit), portmgr (blanket)
Modified:
head/devel/p5-TheSchwartz/Makefile
Modified: head/devel/p5-TheSchwartz/Makefile
==============================================================================
--- head/devel/p5-TheSchwartz/Makefile Fri Jun 6 05:34:07 2014 (r356742)
+++ head/devel/p5-TheSchwartz/Makefile Fri Jun 6 05:45:16 2014 (r356743)
@@ -15,8 +15,9 @@ COMMENT= Reliable job queue
BUILD_DEPENDS= p5-Data-ObjectDriver>=0.04:${PORTSDIR}/devel/p5-Data-ObjectDriver
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= configure
+SHEBANG_FILES= extras/check_schwartz extras/thetop
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/extras/check_schwartz ${STAGEDIR}${PREFIX}/bin/
More information about the svn-ports-all
mailing list