diff options
Diffstat (limited to 'databases/postgresql91/Makefile.common')
-rw-r--r-- | databases/postgresql91/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 4dfc53b7193..43c8039c0f4 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2012/03/03 14:01:12 adam Exp $ +# $NetBSD: Makefile.common,v 1.6 2012/03/11 10:32:35 wiz Exp $ # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -21,11 +21,9 @@ # <lang>-postgresql client-side interface to PostgreSQL # postgresql-<lang> server-side module for PostgreSQL backend -.include "../../databases/postgresql91/Makefile.mirrors" - DISTNAME= postgresql-9.1.3 CATEGORIES= databases -MASTER_SITES= ${PGSQL_MIRRORS:=source/v${PKGVERSION_NOREV}/} +MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 MAINTAINER?= adam@NetBSD.org |