aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-27 17:24:39 +0800
committerbapt <bapt@FreeBSD.org>2013-12-27 17:24:39 +0800
commita5350481678c02a012e50208bfb8647589d397c0 (patch)
treea1b39299d6354ca580735a44231fdf714f0ca294 /shells
parent5758bb4b4dd3d0b1f95e8533e39ad4b5cbe77d72 (diff)
downloadfreebsd-ports-graphics-a5350481678c02a012e50208bfb8647589d397c0.tar.gz
freebsd-ports-graphics-a5350481678c02a012e50208bfb8647589d397c0.tar.zst
freebsd-ports-graphics-a5350481678c02a012e50208bfb8647589d397c0.zip
Support stage and fix shebangs
Diffstat (limited to 'shells')
-rw-r--r--shells/vshnu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile
index 2599c413249..2f3fb1046fe 100644
--- a/shells/vshnu/Makefile
+++ b/shells/vshnu/Makefile
@@ -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>