summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-22 07:52:00 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-22 07:52:00 +0000
commit809d8e2067382f06462ab884df1a1823931f390d (patch)
tree1f5e17daf8c1e4677c984a9270e3772354e3f9a8 /devel/autoconf
parent8639bafeaa485cc1edbbeb6e2ce7d43ab384150b (diff)
downloadpkgsrc-809d8e2067382f06462ab884df1a1823931f390d.tar.gz
Fix setting CONFIGURE_ENV ("=" -> "+=")
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index e8c0bed27a9..9c8d2bb4674 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1997/11/13 14:37:24 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1997/12/22 07:52:00 hubertf Exp $
# New ports collection makefile for: autoconf
# Version required: 2.12
# Date created: 7 October 1995
@@ -16,7 +16,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
-CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
+CONFIGURE_ENV+= M4=${PREFIX}/bin/gm4
OPSYS!= uname -s