pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/pcal



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 18:59:15 UTC 2020

Modified Files:
        pkgsrc/time/pcal: Makefile

Log Message:
Really replace CC


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/time/pcal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/pcal/Makefile
diff -u pkgsrc/time/pcal/Makefile:1.20 pkgsrc/time/pcal/Makefile:1.21
--- pkgsrc/time/pcal/Makefile:1.20      Wed Apr  8 06:14:46 2020
+++ pkgsrc/time/pcal/Makefile   Thu May 14 18:59:15 2020
@@ -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 @@ WWWSERVER=    ${HOSTNAME_CMD:sh}
 
 USE_TOOLS+=    gmake
 
-MAKE_ENV+=     CC=${CC:Q}
+MAKE_FLAGS+=   CC=${CC:Q}
 
 BUILD_TARGET=  exec/pcal
 



Home | Main Index | Thread Index | Old Index