From 9032e3af48fbebb528f479f39cde92f5e08a8220 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 18 Jan 1999 18:13:03 +0000 Subject: [PATCH] LOCALBASE is where we find things, PREFIX is where we install them... --- devel/autoconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 3df7d504bfa..2cdbd165af1 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1999/01/06 21:29:51 marc Exp $ +# $OpenBSD: Makefile,v 1.4 1999/01/18 18:13:03 espie Exp $ # DISTNAME= autoconf-2.13 @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes -CONFIGURE_ENV= M4=${PREFIX}/bin/gm4 +CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \