Sat May 16 11:23:57 2020 UTC ()
databases/postgresql-postgis2: remove no-op SUBST block

The mentioned files don't contain any placeholder, and they are not
installed either.


(rillig)
diff -r1.74 -r1.75 pkgsrc/databases/postgresql-postgis2/Makefile

cvs diff -r1.74 -r1.75 pkgsrc/databases/postgresql-postgis2/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql-postgis2/Makefile 2020/05/16 11:08:59 1.74
+++ pkgsrc/databases/postgresql-postgis2/Makefile 2020/05/16 11:23:57 1.75
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.74 2020/05/16 11:08:59 rillig Exp $ 1# $NetBSD: Makefile,v 1.75 2020/05/16 11:23:57 rillig Exp $
2 2
3MAJOR= 2.5 3MAJOR= 2.5
4DISTNAME= postgis-${MAJOR}.3 4DISTNAME= postgis-${MAJOR}.3
5PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} 5PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
6PKGREVISION= 9 6PKGREVISION= 9
7CATEGORIES= databases geography 7CATEGORIES= databases geography
8MASTER_SITES= https://download.osgeo.org/postgis/source/ 8MASTER_SITES= https://download.osgeo.org/postgis/source/
9 9
10MAINTAINER= gdt@NetBSD.org 10MAINTAINER= gdt@NetBSD.org
11HOMEPAGE= https://postgis.net/ 11HOMEPAGE= https://postgis.net/
12COMMENT= Spatial database capabilities for PostgreSQL 12COMMENT= Spatial database capabilities for PostgreSQL
13 13
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
@@ -43,34 +43,26 @@ CONFIGURE_ARGS+= --datadir=${PREFIX}/sha @@ -43,34 +43,26 @@ CONFIGURE_ARGS+= --datadir=${PREFIX}/sha
43# for details. Until they are required, disable it to ensure 43# for details. Until they are required, disable it to ensure
44# repeatable builds. 44# repeatable builds.
45CONFIGURE_ARGS+= --without-address-standardizer 45CONFIGURE_ARGS+= --without-address-standardizer
46 46
47BUILD_TARGET= all docs 47BUILD_TARGET= all docs
48INSTALL_TARGET= install docs-install 48INSTALL_TARGET= install docs-install
49 49
50DOCDIR= ${PREFIX}/share/doc/postgis 50DOCDIR= ${PREFIX}/share/doc/postgis
51 51
52PLIST_SUBST+= MAJOR=${MAJOR} 52PLIST_SUBST+= MAJOR=${MAJOR}
53PRINT_PLIST_AWK+= { gsub(/postgis-${MAJOR:S|/|\\/|g}/, "postgis-$${MAJOR}") } 53PRINT_PLIST_AWK+= { gsub(/postgis-${MAJOR:S|/|\\/|g}/, "postgis-$${MAJOR}") }
54PRINT_PLIST_AWK+= { gsub(/topology-${MAJOR:S|/|\\/|g}/, "topology-$${MAJOR}") } 54PRINT_PLIST_AWK+= { gsub(/topology-${MAJOR:S|/|\\/|g}/, "topology-$${MAJOR}") }
55 55
56SUBST_CLASSES+= paths 
57SUBST_FILES.paths= extras/template_gis/profile \ 
58 extras/template_gis/createdb.postgis.1 \ 
59 extras/template_gis/mktemplate_gis.1 \ 
60 extras/template_gis/postgis_env.sh.in 
61SUBST_VARS.paths+= PKG_SYSCONFDIR 
62SUBST_STAGE.paths= pre-configure 
63 
64INSTALLATION_DIRS= ${DOCDIR} ${DOCDIR}/images ${PKGMANDIR}/man1 56INSTALLATION_DIRS= ${DOCDIR} ${DOCDIR}/images ${PKGMANDIR}/man1
65 57
66REPLACE_PERL+= utils/postgis_restore.pl.in 58REPLACE_PERL+= utils/postgis_restore.pl.in
67REPLACE_PERL+= utils/create_spatial_ref_sys_config_dump.pl 59REPLACE_PERL+= utils/create_spatial_ref_sys_config_dump.pl
68#MAKE_ENV+= PERL5=${PERL5:Q} 60#MAKE_ENV+= PERL5=${PERL5:Q}
69 61
70INSTALL_ENV+= mkinstalldirs=${INSTALL_DATA_DIR:Q} 62INSTALL_ENV+= mkinstalldirs=${INSTALL_DATA_DIR:Q}
71 63
72TEST_TARGET= check 64TEST_TARGET= check
73 65
74# TEST_DEPENDS 66# TEST_DEPENDS
75.include "../../devel/cunit/buildlink3.mk" 67.include "../../devel/cunit/buildlink3.mk"
76 68