summaryrefslogtreecommitdiff
path: root/databases/jdbc-postgresql
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-16 14:17:22 +0000
committerwiz <wiz@pkgsrc.org>2001-02-16 14:17:22 +0000
commit417e8bbabf32592822a77615f490f81af3c99be2 (patch)
tree85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/jdbc-postgresql
parent6c0ff6d2791c86527492513d3f40f5586041e81e (diff)
downloadpkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.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