diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 791efa9a02b..ff4206e71b9 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2000/03/05 18:30:25 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2000/03/06 03:56:07 espie Exp $ DISTNAME= autoconf-2.13 CATEGORIES= devel @@ -20,11 +20,10 @@ PERMIT_DISTFILES_FTP= Yes BUILD_DEPENDS= gm4:devel/m4 RUN_DEPENDS= gm4:devel/m4 +FAKE= Yes SEPARATE_BUILD= concurrent -GNU_CONFIGURE= Yes +HAS_CONFIGURE= Yes +CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc' -post-install: - @install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir - @install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir .include diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 4c206ed22bd..661229f29a2 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2000/02/15 17:18:41 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2000/03/06 03:51:34 espie Exp $ # $FreeBSD: Makefile,v 1.7 1997/06/16 08:22:35 max Exp $ DISTNAME= m4-1.4 @@ -20,7 +20,8 @@ PERMIT_DISTFILES_FTP= Yes # GNU_CONFIGURE would do less the parts that its outdated configure # doesn't like. HAS_CONFIGURE= Yes -CONFIGURE_ARGS= --prefix=${PREFIX} --program-prefix=g +CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --program-prefix=g +FAKE=Yes post-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gm4