Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 09:24:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337662 - head/shells/vshnu
Message-ID:  <201312270924.rBR9OdBp052122@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312270924.rBR9OdBp052122>