diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-11 10:32:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-11 10:32:35 +0000 |
commit | 55f3623ddb79e09b9bc6be20ad01ae38b7a92fda (patch) | |
tree | f36d5a866486e0a7b989d0a1ec2d0f47086d9dce /databases/odbc-postgresql | |
parent | 933a599ff5bf9ad137a44b477be16b9e8c1469ef (diff) | |
download | pkgsrc-55f3623ddb79e09b9bc6be20ad01ae38b7a92fda.tar.gz |
Use MASTER_SITE_PGSQL from mk/fetch/sites.mk instead of having another
outdated list of mirrors.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r-- | databases/odbc-postgresql/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/odbc-postgresql/Makefile b/databases/odbc-postgresql/Makefile index 27beab41e4d..65544983f85 100644 --- a/databases/odbc-postgresql/Makefile +++ b/databases/odbc-postgresql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2010/12/25 08:37:31 adam Exp $ +# $NetBSD: Makefile,v 1.17 2012/03/11 10:32:35 wiz Exp $ DISTNAME= psqlodbc-09.00.0200 PKGNAME= odbc-postgresql-9.0.200 CATEGORIES= databases -MASTER_SITES= ${PGSQL_MIRRORS:=odbc/versions/src/} +MASTER_SITES= ${MASTER_SITE_PGSQL:=odbc/versions/src/} MAINTAINER= adam@NetBSD.org HOMEPAGE= http://pgfoundry.org/projects/psqlodbc/ @@ -16,8 +16,6 @@ CONFLICTS+= postgresql-[0-7]* CONFLICTS+= iodbc-postgresql-[0-9]* CONFLICTS+= unixodbc-postgresql-[0-9]* -.include "../../databases/postgresql90/Makefile.mirrors" - USE_LANGUAGES= c USE_LIBTOOL= yes USE_TOOLS+= gmake |