diff options
author | grant <grant@pkgsrc.org> | 2003-07-17 21:21:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-17 21:21:03 +0000 |
commit | 91f00f1cbc7c8da0ab83a0389a02496e55f8a468 (patch) | |
tree | be2001c436c6531467a1efa67ee15e2d12e79fba /databases/odbc-postgresql | |
parent | 4bf9cd97ccb38c5bf0964202570fa688c91e6fc7 (diff) | |
download | pkgsrc-91f00f1cbc7c8da0ab83a0389a02496e55f8a468.tar.gz |
s/netbsd.org/NetBSD.org/
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 e3b92db9bde..94436ee63a9 100644 --- a/databases/odbc-postgresql/Makefile.common +++ b/databases/odbc-postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2002/10/20 04:19:17 jlam Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/07/17 21:28:25 grant Exp $ DISTNAME= postgresql-${DIST_VERS} CATEGORIES= databases @@ -12,7 +12,7 @@ PGSQL_SITES= http://www.postgresql.org/ftpsite/ \ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ MASTER_SITES?= ${PGSQL_SITES:=source/v${DIST_VERS}/} -MAINTAINER= jlam@netbsd.org +MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://odbc.postgresql.org/ CONFLICTS+= postgresql-[0-6]* postgresql-7.0* |