aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cc65/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-07 21:12:31 +0800
committerbapt <bapt@FreeBSD.org>2013-05-07 21:12:31 +0800
commitc51dc118d16532cbb0975f6a1283f79f0f639846 (patch)
tree5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /devel/cc65/Makefile
parentd6971706dddb262040a6508b9b7e08ba636e3147 (diff)
downloadfreebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.gz
freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.zst
freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.zip
Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by: John Marino Obtained from: DPorts
Diffstat (limited to 'devel/cc65/Makefile')
-rw-r--r--devel/cc65/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile
index 9358b9f5e098..71ee9162bba2 100644
--- a/devel/cc65/Makefile
+++ b/devel/cc65/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cc65
PORTVERSION= 2.13.3
+PORTREVISION= 1
DISTVERSIONPREFIX= sources-
CATEGORIES= devel
MASTER_SITES= http://bj.spline.de/cc65/ \
@@ -14,11 +15,15 @@ COMMENT= Cross-compiler for 6502-based systems, includes 65816 assembler
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USES= shebangfix
USE_BZIP2= yes
USE_PERL5_BUILD=yes
USE_GMAKE= yes
MAKEFILE= ${WRKSRC}/make/gcc.mak
MAKE_JOBS_UNSAFE=yes
+SHEBANG_FILES= src/ca65html/ca65html \
+ src/ca65/macpack/cvt-mac.pl \
+ src/ld65/cfg/cvt-cfg.pl
SUB_FILES= pkg-message