diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-07 21:12:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-07 21:12:31 +0800 |
commit | c51dc118d16532cbb0975f6a1283f79f0f639846 (patch) | |
tree | 5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /irc | |
parent | d6971706dddb262040a6508b9b7e08ba636e3147 (diff) | |
download | freebsd-ports-graphics-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.gz freebsd-ports-graphics-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.zst freebsd-ports-graphics-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 'irc')
-rw-r--r-- | irc/inspircd12/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/inspircd12/Makefile b/irc/inspircd12/Makefile index 1f8aa86c3ee..e6808878405 100644 --- a/irc/inspircd12/Makefile +++ b/irc/inspircd12/Makefile @@ -3,7 +3,7 @@ PORTNAME= inspircd PORTVERSION= 1.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/ DISTNAME= InspIRCd-v${PORTVERSION} @@ -15,10 +15,12 @@ CONFLICTS= inspircd-2.* LATEST_LINK= inspircd12 +USES= shebangfix USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib/inspircd USE_RC_SUBR= inspircd MAKE_JOBS_SAFE= yes +SHEBANG_FILES= configure inspircd modulemanager make/run-cc.pl USERS= ${INCPIRCD_USR} GROUPS= ${INSPIRCD_GRP} |