diff options
Diffstat (limited to 'databases/postgresql-postgis2/Makefile')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 831e5aa5c6a..b064bc0783a 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2018/08/16 18:54:39 adam Exp $ +# $NetBSD: Makefile,v 1.47 2018/08/22 09:43:22 wiz Exp $ MAJOR= 2.4 DISTNAME= postgis-${MAJOR}.4 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ |