1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

autoconf not available in extract/patch-targets, so move invocation to

pre-configure.

Noticed by: pointyhat
This commit is contained in:
Volker Stolz 2004-05-15 15:31:03 +00:00
parent 800be9c5ab
commit 5f26b865a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109217
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ pre-everything::
@${ECHO_MSG} "Use make -DWITH_VOODOO3 if you have a Voodoo3 or Banshee card"
.endif
post-extract:
pre-configure:
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
.include <bsd.port.post.mk>

View File

@ -30,7 +30,7 @@ ONLY_FOR_ARCHS= i386
# Glide DOES NOT work with CFLAGS greater than -O2
CFLAGS+= -O
post-extract:
pre-configure:
cd $(WRKSRC) && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
.include <bsd.port.mk>