From a55d6e6b644946c6319370660736c177bee9cbc2 Mon Sep 17 00:00:00 2001 From: alane Date: Sun, 24 Nov 2002 22:55:41 +0000 Subject: Fix for build with new autoconf support. Approved by: kris --- games/zangband/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/zangband') diff --git a/games/zangband/Makefile b/games/zangband/Makefile index faf5982..e9175c3 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: -- cgit v1.1