diff options
author | vs <vs@FreeBSD.org> | 2004-05-15 15:31:03 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-15 15:31:03 +0000 |
commit | 3e639e6a661ee65de5bfc4f1ac76238401deb24b (patch) | |
tree | def92b05d2a306a2fb8b24c82a04c35e39d677af /graphics/glide3 | |
parent | e362aea5b001c5ef072ac5b194a12a520ddd856f (diff) | |
download | FreeBSD-ports-3e639e6a661ee65de5bfc4f1ac76238401deb24b.zip FreeBSD-ports-3e639e6a661ee65de5bfc4f1ac76238401deb24b.tar.gz |
autoconf not available in extract/patch-targets, so move invocation to
pre-configure.
Noticed by: pointyhat
Diffstat (limited to 'graphics/glide3')
-rw-r--r-- | graphics/glide3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 735c84a..2774eb6 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -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> |