pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/sdorfehs



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Mar 11 14:01:13 UTC 2024

Modified Files:
        pkgsrc/wm/sdorfehs: Makefile

Log Message:
wm/sdorfehs: also replace @CC@ with actual compiler


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/wm/sdorfehs/Makefile

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

Modified files:

Index: pkgsrc/wm/sdorfehs/Makefile
diff -u pkgsrc/wm/sdorfehs/Makefile:1.12 pkgsrc/wm/sdorfehs/Makefile:1.13
--- pkgsrc/wm/sdorfehs/Makefile:1.12    Sun Mar 10 21:02:21 2024
+++ pkgsrc/wm/sdorfehs/Makefile Mon Mar 11 14:01:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/03/10 21:02:21 vins Exp $
+# $NetBSD: Makefile,v 1.13 2024/03/11 14:01:13 vins Exp $
 
 DISTNAME=      sdorfehs-1.5
 PKGREVISION=   3
@@ -22,7 +22,7 @@ SUBST_CLASSES+=               prefix
 SUBST_MESSAGE.prefix=  Fixing paths.
 SUBST_STAGE.prefix=    pre-configure
 SUBST_FILES.prefix+=   Makefile
-SUBST_VARS.prefix=     PKGMANDIR PREFIX
+SUBST_VARS.prefix=     CC PKGMANDIR PREFIX
 
 INSTALLATION_DIRS=     bin/ ${PKGMANDIR}/man1/
 



Home | Main Index | Thread Index | Old Index