From 8639bafeaa485cc1edbbeb6e2ce7d43ab384150b Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 22 Dec 1997 07:45:38 +0000 Subject: Fix setting CONFIGURE_ARGS ("=" -> "+=") --- mail/nmh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/nmh/Makefile') diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 5466f0a22d9..6ec10d69bb3 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -3,7 +3,7 @@ # Date created: 26 July 1997 # Whom: Scott Blachowicz # -# $NetBSD: Makefile,v 1.3 1997/12/19 13:43:28 agc Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:45 hubertf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ MAINTAINER= Scott.Blachowicz@seaslug.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh \ +CONFIGURE_ARGS+= --libexecdir=$(PREFIX)/libexec/nmh \ --sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \ -- cgit v1.2.3