diff options
Diffstat (limited to 'databases/postgresql91/Makefile.common')
-rw-r--r-- | databases/postgresql91/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 8197b3533c2..4dfc53b7193 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2011/12/06 20:37:33 adam Exp $ +# $NetBSD: Makefile.common,v 1.5 2012/03/03 14:01:12 adam Exp $ # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -23,7 +23,7 @@ .include "../../databases/postgresql91/Makefile.mirrors" -DISTNAME= postgresql-9.1.2 +DISTNAME= postgresql-9.1.3 CATEGORIES= databases MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 |