diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 20:46:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 20:46:42 +0000 |
commit | 18e3283474fb3c19a70077daacb194273504eaf1 (patch) | |
tree | 19fc20fdf457d2d3ca1054306048df03dea922ef /databases/odbc-postgresql | |
parent | 852cef6f6d401d2c293a1ed1f62a5ca07dbb1c70 (diff) | |
download | pkgsrc-18e3283474fb3c19a70077daacb194273504eaf1.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r-- | databases/odbc-postgresql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common index d891a577cae..860650abf33 100644 --- a/databases/odbc-postgresql/Makefile.common +++ b/databases/odbc-postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2006/09/09 02:41:56 obache Exp $ +# $NetBSD: Makefile.common,v 1.14 2006/10/04 20:53:45 wiz Exp $ DISTNAME= postgresql-${DIST_VERS} CATEGORIES= databases @@ -13,7 +13,7 @@ PGSQL_SITES= http://www.postgresql.org/ftpsite/ \ MASTER_SITES?= ${PGSQL_SITES:=source/v${DIST_VERS}/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://odbc.postgresql.org/ +HOMEPAGE= http://pgfoundry.org/projects/psqlodbc/ CONFLICTS+= postgresql-[0-6]* postgresql-7.0* CONFLICTS+= unixodbc-postgresql-[0-9]* iodbc-postgresql-[0-9]* |