summaryrefslogtreecommitdiff
path: root/databases/postgresql80/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-08 22:20:34 +0000
committerjlam <jlam>2005-08-08 22:20:34 +0000
commite7f353b32304697427cafcbee3b93c6c2f9c5d20 (patch)
tree0f094c4bfed14d934fb65d9aa6c5deffcf0dcaf9 /databases/postgresql80/Makefile.common
parent13a63de45fb59bfb2c68e37ce2643900745cf5fe (diff)
downloadpkgsrc-e7f353b32304697427cafcbee3b93c6c2f9c5d20.tar.gz
Rename the POSTGRESQL_* variables to PGSQL_* to match the naming
convention for other PostgreSQL variables in pkgsrc.
Diffstat (limited to 'databases/postgresql80/Makefile.common')
-rw-r--r--databases/postgresql80/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common
index 9dadcd10996..33b16a29acc 100644
--- a/databases/postgresql80/Makefile.common
+++ b/databases/postgresql80/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2005/08/05 19:43:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/08/08 22:20:34 jlam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -13,7 +13,7 @@
DISTNAME?= postgresql-${DIST_VERS}
CATEGORIES+= databases
-MASTER_SITES?= ${POSTGRESQL_MIRRORS:=source/v${DIST_VERS}/}
+MASTER_SITES?= ${PGSQL_MIRRORS:=source/v${DIST_VERS}/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER?= jlam@NetBSD.org