Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/pcal Really replace CC



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae3440cea70
branches:  trunk
changeset: 431555:cae3440cea70
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 18:59:15 2020 +0000

description:
Really replace CC

diffstat:

 time/pcal/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7fe38905bdee -r cae3440cea70 time/pcal/Makefile
--- a/time/pcal/Makefile        Thu May 14 18:58:53 2020 +0000
+++ b/time/pcal/Makefile        Thu May 14 18:59:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/04/08 06:14:46 riastradh Exp $
+# $NetBSD: Makefile,v 1.21 2020/05/14 18:59:15 joerg Exp $
 #
 
 DISTNAME=      pcal-4.11.0
@@ -16,7 +16,7 @@
 
 USE_TOOLS+=    gmake
 
-MAKE_ENV+=     CC=${CC:Q}
+MAKE_FLAGS+=   CC=${CC:Q}
 
 BUILD_TARGET=  exec/pcal
 



Home | Main Index | Thread Index | Old Index