pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/qgis



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Jun 12 17:50:39 UTC 2020

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
geography/qgis: allow no-op SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/geography/qgis/Makefile

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

Modified files:

Index: pkgsrc/geography/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.90 pkgsrc/geography/qgis/Makefile:1.91
--- pkgsrc/geography/qgis/Makefile:1.90 Fri Jun  5 12:49:06 2020
+++ pkgsrc/geography/qgis/Makefile      Fri Jun 12 17:50:39 2020
@@ -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 @@ xapple_FIND_CMD=              cd ${WRKSRC} && \
 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