aboutsummaryrefslogtreecommitdiffstats
path: root/games/zangband/Makefile
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-11-25 06:55:41 +0800
committeralane <alane@FreeBSD.org>2002-11-25 06:55:41 +0800
commita55d6e6b644946c6319370660736c177bee9cbc2 (patch)
treeaa94232512dcafaf49ccc0c9054eead483bab642 /games/zangband/Makefile
parent5a7e8a02b30cced614903c8b18b2c1e15bc72e3e (diff)
downloadfreebsd-ports-gnome-a55d6e6b644946c6319370660736c177bee9cbc2.tar.gz
freebsd-ports-gnome-a55d6e6b644946c6319370660736c177bee9cbc2.tar.zst
freebsd-ports-gnome-a55d6e6b644946c6319370660736c177bee9cbc2.zip
Fix for build with new autoconf support.
Approved by: kris
Diffstat (limited to 'games/zangband/Makefile')
-rw-r--r--games/zangband/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/zangband/Makefile b/games/zangband/Makefile
index faf5982021dd..e9175c3ca632 100644
--- a/games/zangband/Makefile
+++ b/games/zangband/Makefile
@@ -36,9 +36,9 @@ ANGBANDLIB?= lib/${PORTNAME}
ANGBANDBIN?= bin/${PORTNAME}
pre-patch:
- @${PERL} -pi.orig -e 's|aclocal|${ACLOCAL}|; \
- s|autoheader|${AUTOHEADER}|; \
- s|automake|${AUTOMAKE}|; s|autoconf|${AUTOCONF}|' \
+ @${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
+ s|^autoheader|${AUTOHEADER}|; \
+ s|^automake|${AUTOMAKE}|; s|^autoconf|${AUTOCONF}|' \
${WRKSRC}/bootstrap
pre-configure: