pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cpuflags



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 19:14:44 UTC 2018

Modified Files:
        pkgsrc/devel/cpuflags: Makefile

Log Message:
cpuflags: SUBSTing in pre-configure does nothing if NO_CONFIGURE=yes


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/devel/cpuflags/Makefile

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

Modified files:

Index: pkgsrc/devel/cpuflags/Makefile
diff -u pkgsrc/devel/cpuflags/Makefile:1.154 pkgsrc/devel/cpuflags/Makefile:1.155
--- pkgsrc/devel/cpuflags/Makefile:1.154        Wed Jul  4 13:40:13 2018
+++ pkgsrc/devel/cpuflags/Makefile      Thu Sep 27 19:14:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2018/07/04 13:40:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.155 2018/09/27 19:14:44 tnn Exp $
 
 DISTNAME=      cpuflags-1.43
 CATEGORIES=    devel sysutils
@@ -24,7 +24,7 @@ MAKE_FLAGS+=  INSTALL_DATA_DIR=${INSTALL_
 MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man1
 
 SUBST_CLASSES+=                cpuflags
-SUBST_STAGE.cpuflags=  pre-configure
+SUBST_STAGE.cpuflags=  do-build
 SUBST_FILES.cpuflags=  cpuflags.sh
 SUBST_SED.cpuflags=    -e s,@@SH@@,${SH:Q},
 



Home | Main Index | Thread Index | Old Index