summaryrefslogtreecommitdiffstats
path: root/irc/dancer-services
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-11-19 16:06:32 +0000
committerknu <knu@FreeBSD.org>2003-11-19 16:06:32 +0000
commit7563fb4ab6b985cc02fdc94a41fbe423d0905485 (patch)
tree9171680c4fb9e5d779b58a39a911d589ba214974 /irc/dancer-services
parentfa79ffe136b37dbe75fd655927567be8321d3e01 (diff)
downloadFreeBSD-ports-7563fb4ab6b985cc02fdc94a41fbe423d0905485.zip
FreeBSD-ports-7563fb4ab6b985cc02fdc94a41fbe423d0905485.tar.gz
Unbreak on bento. Ignore a silly #!bash and just invoke the script
with ${SH}. Noted by: kris
Diffstat (limited to 'irc/dancer-services')
-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 92fb535..5fcdcf0 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
OpenPOWER on IntegriCloud