diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-16 11:23:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-16 11:23:57 +0000 |
commit | d2154b9dc058a8ac56226f73a352cecfe28a3c2a (patch) | |
tree | c051823b66ac5eecd4e890ecbd37178e715117b5 /databases | |
parent | d04f9dd491b8128def7b973f0298c8f7da57d76c (diff) | |
download | pkgsrc-d2154b9dc058a8ac56226f73a352cecfe28a3c2a.tar.gz |
databases/postgresql-postgis2: remove no-op SUBST block
The mentioned files don't contain any placeholder, and they are not
installed either.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 97addfc9100..ebc044d8ae4 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -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 |