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/postgresql | |
parent | b80fd022f9167a9627b8f7b8c16ea78a1094cf15 (diff) | |
download | pkgsrc-e8132b3fbf57e6c302b9375356ab172ea1b48f6b.tar.gz |
Relinquish maintainership of packages to tech-pkg@NetBSD.org.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index 5e35196e00c..74b12536f40 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2004/01/22 08:02:16 grant Exp $ +# $NetBSD: Makefile.common,v 1.42 2004/04/24 22:46:09 jlam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -18,7 +18,7 @@ MASTER_SITES?= http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \ ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${DIST_VERS}/ \ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${DIST_VERS}/ -MAINTAINER?= jlam@NetBSD.org +MAINTAINER?= tech-pkg@NetBSD.org HOMEPAGE?= http://www.postgresql.org/ CONFLICTS+= postgresql-[0-6]* postgresql-7.0* |