diff options
Diffstat (limited to 'databases/postgresql-postgis2/Makefile')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 76e9957903d..a1f9936b621 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2016/04/11 12:22:02 gdt Exp $ +# $NetBSD: Makefile,v 1.19 2016/07/09 06:38:01 wiz Exp $ DISTNAME= postgis-2.2.2 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ |