diff options
author | jlam <jlam@pkgsrc.org> | 2004-04-24 22:46:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-04-24 22:46:08 +0000 |
commit | e8132b3fbf57e6c302b9375356ab172ea1b48f6b (patch) | |
tree | c26caf5e460d692ac1b398c752c2e24f4ab0404b /databases/odbc-postgresql | |
parent | b80fd022f9167a9627b8f7b8c16ea78a1094cf15 (diff) | |
download | pkgsrc-e8132b3fbf57e6c302b9375356ab172ea1b48f6b.tar.gz |
Relinquish maintainership of packages to tech-pkg@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 3109e0b3068..ed1b3b974ac 100644 --- a/databases/odbc-postgresql/Makefile.common +++ b/databases/odbc-postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/01/22 08:02:16 grant Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/04/24 22:46:09 jlam 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= tech-pkg@NetBSD.org HOMEPAGE= http://odbc.postgresql.org/ CONFLICTS+= postgresql-[0-6]* postgresql-7.0* |