Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/qgis geography/qgis: allow no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ec2e790bf9f
branches:  trunk
changeset: 434206:9ec2e790bf9f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jun 12 17:50:39 2020 +0000

description:
geography/qgis: allow no-op SUBST block

diffstat:

 geography/qgis/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 18404a1bc46e -r 9ec2e790bf9f geography/qgis/Makefile
--- a/geography/qgis/Makefile   Fri Jun 12 17:33:23 2020 +0000
+++ b/geography/qgis/Makefile   Fri Jun 12 17:50:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2020/06/05 12:49:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.91 2020/06/12 17:50:39 rillig Exp $
 
 DISTNAME=      qgis-3.8.3
 PKGREVISION=   10
@@ -40,6 +40,7 @@
 SUBST_FILES.xapple=            ${xapple_FIND_CMD:sh}
 SUBST_SED.xapple+=             -e 's,APPLE,XAPPLE,'
 SUBST_SED.xapple+=             -e 's,MACOSX_BUNDLE ,,'
+SUBST_NOOP_OK.xapple=          yes # since SUBST_FILES is generated
 
 SUBST_CLASSES+=                        pyqt
 SUBST_STAGE.pyqt=              pre-configure



Home | Main Index | Thread Index | Old Index