aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-11-20 00:06:32 +0800
committerknu <knu@FreeBSD.org>2003-11-20 00:06:32 +0800
commit7563fb4ab6b985cc02fdc94a41fbe423d0905485 (patch)
tree9171680c4fb9e5d779b58a39a911d589ba214974 /irc
parentfa79ffe136b37dbe75fd655927567be8321d3e01 (diff)
downloadfreebsd-ports-graphics-7563fb4ab6b985cc02fdc94a41fbe423d0905485.tar.gz
freebsd-ports-graphics-7563fb4ab6b985cc02fdc94a41fbe423d0905485.tar.zst
freebsd-ports-graphics-7563fb4ab6b985cc02fdc94a41fbe423d0905485.zip
Unbreak on bento. Ignore a silly #!bash and just invoke the script
with ${SH}. Noted by: kris
Diffstat (limited to 'irc')
-rw-r--r--irc/dancer-services/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile
index 92fb535441f..5fcdcf05586 100644
--- a/irc/dancer-services/Makefile
+++ b/irc/dancer-services/Makefile
@@ -35,7 +35,7 @@ post-patch:
${WRKSRC}/bin/settings.conf.in
pre-configure:
- cd ${WRKSRC}; ./autogen.sh
+ cd ${WRKSRC}; ${SH} ./autogen.sh
pre-build:
cd ${WRKSRC}; ${MAKE} depend