pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 Don't define MAKEFLAGS, but rather ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d87066bf84ad
branches: trunk
changeset: 485265:d87066bf84ad
user: cube <cube%pkgsrc.org@localhost>
date: Sun Dec 05 17:29:58 2004 +0000
description:
Don't define MAKEFLAGS, but rather MAKE_ENV. That way building of
dependencies is not affected, as noticed by Jukka Salmi in PR#28470.
diffstat:
mail/cyrus-imapd22/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9630d357b968 -r d87066bf84ad mail/cyrus-imapd22/Makefile
--- a/mail/cyrus-imapd22/Makefile Sun Dec 05 17:27:01 2004 +0000
+++ b/mail/cyrus-imapd22/Makefile Sun Dec 05 17:29:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/11/28 14:34:07 recht Exp $
+# $NetBSD: Makefile,v 1.29 2004/12/05 17:29:58 cube Exp $
DISTNAME= cyrus-imapd-2.2.10
CATEGORIES= mail
@@ -106,7 +106,7 @@
PLIST_SUBST+= IDLED="@comment "
.endif
-MAKEFLAGS+= PERL=${PERL5}
+MAKE_ENV+= PERL=${PERL5}
HTMLDIR= ${PREFIX}/share/doc/html/cyrus-imapd
EGDIR= ${PREFIX}/share/examples/cyrus-imapd
Home |
Main Index |
Thread Index |
Old Index