svn commit: r337662 - head/shells/vshnu

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 09:24:40 UTC 2013


Author: bapt
Date: Fri Dec 27 09:24:39 2013
New Revision: 337662
URL: http://svnweb.freebsd.org/changeset/ports/337662

Log:
  Support stage and fix shebangs

Modified:
  head/shells/vshnu/Makefile

Modified: head/shells/vshnu/Makefile
==============================================================================
--- head/shells/vshnu/Makefile	Fri Dec 27 09:21:28 2013	(r337661)
+++ head/shells/vshnu/Makefile	Fri Dec 27 09:24:39 2013	(r337662)
@@ -13,8 +13,8 @@ COMMENT=	New Visual Shell
 BUILD_DEPENDS=	p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
+SHEBANG_FILES=	*.pl
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list