aboutsummaryrefslogtreecommitdiff
path: root/games/zangband
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-24 22:55:41 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-24 22:55:41 +0000
commit900b9ecc3a335933400e62583a5be2e56d258f1d (patch)
treee02be11cecd044e3580d071068df74c3ad4eaf37 /games/zangband
parentfbb6d7f285866b040cf8f1b3bb1afbc963c06b33 (diff)
downloadports-900b9ecc3a335933400e62583a5be2e56d258f1d.tar.gz
ports-900b9ecc3a335933400e62583a5be2e56d258f1d.zip
Fix for build with new autoconf support.
Approved by: kris
Notes
Notes: svn path=/head/; revision=71047
Diffstat (limited to 'games/zangband')
-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: