Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 databases/postgresql-pos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76c2bf65f635
branches:  trunk
changeset: 431745:76c2bf65f635
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 11:23:57 2020 +0000

description:
databases/postgresql-postgis2: remove no-op SUBST block

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

diffstat:

 databases/postgresql-postgis2/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 3c0502e717e7 -r 76c2bf65f635 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Sat May 16 11:08:59 2020 +0000
+++ b/databases/postgresql-postgis2/Makefile    Sat May 16 11:23:57 2020 +0000
@@ -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 @@
 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