pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-postgis2



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 11:23:57 UTC 2020

Modified Files:
        pkgsrc/databases/postgresql-postgis2: Makefile

Log Message:
databases/postgresql-postgis2: remove no-op SUBST block

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


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/databases/postgresql-postgis2/Makefile

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

Modified files:

Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.74 pkgsrc/databases/postgresql-postgis2/Makefile:1.75
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.74  Sat May 16 11:08:59 2020
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Sat May 16 11:23:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2020/05/16 11:08:59 rillig Exp $
+# $NetBSD: Makefile,v 1.75 2020/05/16 11:23:57 rillig Exp $
 
 MAJOR=         2.5
 DISTNAME=      postgis-${MAJOR}.3
@@ -53,14 +53,6 @@ PLIST_SUBST+=                MAJOR=${MAJOR}
 PRINT_PLIST_AWK+=      { gsub(/postgis-${MAJOR:S|/|\\/|g}/, "postgis-$${MAJOR}") }
 PRINT_PLIST_AWK+=      { gsub(/topology-${MAJOR:S|/|\\/|g}/, "topology-$${MAJOR}") }
 
-SUBST_CLASSES+=                paths
-SUBST_FILES.paths=     extras/template_gis/profile \
-                       extras/template_gis/createdb.postgis.1 \
-                       extras/template_gis/mktemplate_gis.1 \
-                       extras/template_gis/postgis_env.sh.in
-SUBST_VARS.paths+=     PKG_SYSCONFDIR
-SUBST_STAGE.paths=     pre-configure
-
 INSTALLATION_DIRS=     ${DOCDIR} ${DOCDIR}/images ${PKGMANDIR}/man1
 
 REPLACE_PERL+=         utils/postgis_restore.pl.in



Home | Main Index | Thread Index | Old Index