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:   gdt
Date:           Wed Jun 17 14:01:15 UTC 2020

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
qgis: Drop second SUBST_NOOP_OK as redundant


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/geography/qgis/Makefile:1.93
--- pkgsrc/geography/qgis/Makefile:1.92 Tue Jun 16 21:54:24 2020
+++ pkgsrc/geography/qgis/Makefile      Wed Jun 17 14:01:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2020/06/16 21:54:24 gdt Exp $
+# $NetBSD: Makefile,v 1.93 2020/06/17 14:01:15 gdt Exp $
 
 DISTNAME=      qgis-3.8.3
 PKGREVISION=   10
@@ -38,8 +38,6 @@ SUBST_MESSAGE.xapple=         Disabling APPLE A
 xapple_FIND_CMD=               cd ${WRKSRC} && \
                                find . -name '*.cmake' -o -name CMakeLists.txt
 SUBST_FILES.xapple=            ${xapple_FIND_CMD:sh}
-# The output of find is a superset of the needed files.
-SUBST_NOOP_OK.xapple=          yes
 SUBST_SED.xapple+=             -e 's,APPLE,XAPPLE,'
 SUBST_SED.xapple+=             -e 's,MACOSX_BUNDLE ,,'
 SUBST_NOOP_OK.xapple=          yes # since SUBST_FILES is generated



Home | Main Index | Thread Index | Old Index