summaryrefslogtreecommitdiff
path: root/lang/erlang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-11-11 17:36:32 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-11-11 17:36:32 +0000
commitbd0e25b138da435ad14a17960d9abf6690153940 (patch)
treeba03094d174b9cdc7301e2bcbf12b0a03e20a639 /lang/erlang
parentadd bogofilter 0.8.0 (diff)
I removed the autoconf dependency but was still calling ${AUTOCONF},
which is no longer needed.
Notes
Notes: svn path=/head/; revision=69907
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 6a56891984c1..7fd19dbe892c 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -87,8 +87,6 @@ pre-extract:
.endif
pre-configure:
-# Regenerate erts configuration script
- cd ${WRKSRC}/erts && ${AUTOCONF}
# Check if javac is really in ${JAVABINDIR}.
.if !defined(WITHOUT_JAVA)
@if [ ! -x ${JAVABINDIR}/javac ]; then \