summaryrefslogtreecommitdiff
path: root/databases/jdbc-postgresql
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 14:17:22 +0000
committerwiz <wiz>2001-02-16 14:17:22 +0000
commitb5c696b9fbafcdc8b9562588222d22859100fd47 (patch)
tree85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/jdbc-postgresql
parent3d6e18741a337e7f632ee69b673a44087bd4ac82 (diff)
downloadpkgsrc-b5c696b9fbafcdc8b9562588222d22859100fd47.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/jdbc-postgresql')
-rw-r--r--databases/jdbc-postgresql/Makefile3
-rw-r--r--databases/jdbc-postgresql/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/jdbc-postgresql/Makefile b/databases/jdbc-postgresql/Makefile
index 523afafb82c..ed07b8e2653 100644
--- a/databases/jdbc-postgresql/Makefile
+++ b/databases/jdbc-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/12/27 23:10:47 jwise Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/16 14:17:27 wiz Exp $
#
DISTNAME= postgresql-7.0.3
@@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.PostgreSQL.ORG/
+COMMENT= 100% Java JDBC driver for PostgreSQL
# No, we don't depend on postgresql. This code base stands alone.
diff --git a/databases/jdbc-postgresql/pkg/COMMENT b/databases/jdbc-postgresql/pkg/COMMENT
deleted file mode 100644
index 6c87a38129c..00000000000
--- a/databases/jdbc-postgresql/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-100% Java JDBC driver for PostgreSQL