pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/fehqlibs



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Mar 20 19:52:23 UTC 2020

Modified Files:
        pkgsrc/net/fehqlibs: Makefile

Log Message:
net/fehqlibs: allow to skip substitution for "echo -n"


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/fehqlibs/Makefile

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

Modified files:

Index: pkgsrc/net/fehqlibs/Makefile
diff -u pkgsrc/net/fehqlibs/Makefile:1.11 pkgsrc/net/fehqlibs/Makefile:1.12
--- pkgsrc/net/fehqlibs/Makefile:1.11   Wed Mar  4 15:44:50 2020
+++ pkgsrc/net/fehqlibs/Makefile        Fri Mar 20 19:52:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/03/04 15:44:50 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/20 19:52:23 rillig Exp $
 
 DISTNAME=              fehQlibs-14
 PKGNAME=               ${DISTNAME:S/Qlibs-/qlibs-0.9./}
@@ -19,6 +19,7 @@ SUBST_CLASSES+=               echo
 SUBST_STAGE.echo=      pre-configure
 SUBST_FILES.echo=      configure install
 SUBST_SED.echo=                -e 's|echo -n|${ECHO_N}|g'
+SUBST_NOOP_OK.echo=    yes # ECHO_N may be "echo -n"
 
 SUBST_CLASSES+=                etc
 SUBST_STAGE.etc=       do-configure



Home | Main Index | Thread Index | Old Index