summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/Makefile4
-rw-r--r--databases/postgresql80/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index ae9f49334f0..573f7fd54c0 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2005/12/05 20:49:58 rillig Exp $
+# $NetBSD: Makefile,v 1.105 2005/12/17 05:20:21 jlam Exp $
DISTNAME= openldap-2.3.11
PKGREVISION= 1
@@ -7,7 +7,7 @@ CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
EXTRACT_SUFX= .tgz
-MAINTAINER= jlam@NetBSD.org
+MAINTAINER= jlam@pkgsrc.org
HOMEPAGE= http://www.OpenLDAP.org/
COMMENT= Lightweight Directory Access Protocol server and client
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common
index c40705c94c3..42429b9e269 100644
--- a/databases/postgresql80/Makefile.common
+++ b/databases/postgresql80/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2005/12/05 23:55:05 rillig Exp $
+# $NetBSD: Makefile.common,v 1.12 2005/12/17 05:20:21 jlam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@ CATEGORIES+= databases
MASTER_SITES?= ${PGSQL_MIRRORS:=source/v${DIST_VERS}/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER?= jlam@NetBSD.org
+MAINTAINER?= jlam@pkgsrc.org
HOMEPAGE?= http://www.postgresql.org/
CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-*