diff options
author | tnn <tnn@pkgsrc.org> | 2018-09-27 19:14:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2018-09-27 19:14:44 +0000 |
commit | 44571f7964d9273f9393de1ba95356f8106c3b3f (patch) | |
tree | f63507b336853c1f9988fde0bd8f1a4e127da5e0 | |
parent | 6c9e5368e343cd9ee01cc764289eabe5e017bd24 (diff) | |
download | pkgsrc-44571f7964d9273f9393de1ba95356f8106c3b3f.tar.gz |
cpuflags: SUBSTing in pre-configure does nothing if NO_CONFIGURE=yes
-rw-r--r-- | devel/cpuflags/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index 9fadf9eaa9c..2a2b3dfe65c 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -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_DATA_DIR:Q} 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}, |