diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-19 16:06:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-11-19 16:06:32 +0000 |
commit | 1c64aea6f52be30373644b81a03d41bd10d07ef5 (patch) | |
tree | ef87fdc4b5032ac1e403ea3e05acc67eafba1802 /irc | |
parent | a4d37b1b849ac9731ea6a375264eaaf030dceb79 (diff) | |
download | freebsd-ports-1c64aea6f52be30373644b81a03d41bd10d07ef5.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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile index 92fb535441fd..5fcdcf055863 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 |