Remove some useless contortions.

This commit is contained in:
naddy 2003-02-16 14:24:32 +00:00
parent e912e29cf0
commit b9b81bfb85

View File

@ -1,5 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2002/10/27 14:12:47 naddy Exp $ # $OpenBSD: Makefile,v 1.14 2003/02/16 14:24:32 naddy Exp $
#
COMMENT= "Ericsson's high-level functional programming language" COMMENT= "Ericsson's high-level functional programming language"
@ -18,18 +17,12 @@ EXTRACT_SUFX= .base.tar.gz
USE_GMAKE= Yes USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf CONFIGURE_STYLE= autoconf
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/erts-${VERSION}/autoconf MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/erts-${VERSION}/autoconf
ALL_TARGET= emulator new_libraries
NO_REGRESS= Yes NO_REGRESS= Yes
# Move the rest of erlang configuration into the port configure step,
# not the build step.
#
post-configure: post-configure:
@cd ${WRKSRC}/erts-47.4.0/autoconf && \ @cd ${WRKSRC}/erts-47.4.0/autoconf && \
${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKE_FILE} autoconf )
.include <bsd.port.mk> .include <bsd.port.mk>