summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 14:17:22 +0000
committerwiz <wiz>2001-02-16 14:17:22 +0000
commitee50f97d1099fd523cc7bcd82714f3a0d6e0ce12 (patch)
tree85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/py-postgresql
parente3124ee02e7655a21468c3d37102b8300144f498 (diff)
downloadpkgsrc-ee50f97d1099fd523cc7bcd82714f3a0d6e0ce12.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile3
-rw-r--r--databases/py-postgresql/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 741810a8db9..ef9245cb809 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/12/22 18:42:54 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/02/16 14:17:39 wiz Exp $
DISTNAME= PyGreSQL-3.1
PKGNAME= py-postgresql-3.1
@@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= darcy@NetBSD.org
HOMEPAGE= http://www.druid.net/pygresql/
+COMMENT= PostgreSQL interface for Python
DEPENDS+= python-2.*:../../lang/python
DEPENDS+= postgresql-7.*:../../databases/postgresql
diff --git a/databases/py-postgresql/pkg/COMMENT b/databases/py-postgresql/pkg/COMMENT
deleted file mode 100644
index 77c05944dc8..00000000000
--- a/databases/py-postgresql/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-PostgreSQL interface for Python