diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-10 09:28:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-10 09:28:07 +0000 |
commit | e0a65d45defcce6d131e7385512853e7cc194ded (patch) | |
tree | 86f56b93e4f92d0f57b8175055a09a58f85e81f1 /irc | |
parent | ff1844b1078c128581b3b3d77958a8e2fabe5520 (diff) |
Fix shebang_file list
Submitted by: John Marino (via irc)
Notes
Notes:
svn path=/head/; revision=317782
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/inspircd12/Makefile b/irc/inspircd12/Makefile index e6808878405e..b1a5aa971753 100644 --- a/irc/inspircd12/Makefile +++ b/irc/inspircd12/Makefile @@ -20,7 +20,7 @@ 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 +SHEBANG_FILES= configure modulemanager make/run-cc.pl USERS= ${INCPIRCD_USR} GROUPS= ${INSPIRCD_GRP} |