summaryrefslogtreecommitdiff
path: root/databases/tcl-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/tcl-postgresql
parent6c0ff6d2791c86527492513d3f40f5586041e81e (diff)
downloadpkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/tcl-postgresql')
-rw-r--r--databases/tcl-postgresql/Makefile4
-rw-r--r--databases/tcl-postgresql/pkg/COMMENT1
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/tcl-postgresql/Makefile b/databases/tcl-postgresql/Makefile
index 5cde60b2ebe..7d55c29956e 100644
--- a/databases/tcl-postgresql/Makefile
+++ b/databases/tcl-postgresql/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2000/12/11 16:43:12 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/16 14:17:42 wiz Exp $
.include "../../databases/postgresql/Makefile.common"
PKGNAME= tcl-${DISTNAME}
+COMMENT= Tcl interface to PostgreSQL
+
DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql
DEPENDS+= tcl>=8.3.2:../../lang/tcl
diff --git a/databases/tcl-postgresql/pkg/COMMENT b/databases/tcl-postgresql/pkg/COMMENT
deleted file mode 100644
index 7aff18a0c08..00000000000
--- a/databases/tcl-postgresql/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Tcl interface to PostgreSQL