diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
commit | fbc660cb2c24a55e37464725f9ac601142494606 (patch) | |
tree | 36d707e1a5b549fb117fe7cf51b8a59b13955b07 /databases | |
parent | Add ruby-js, a Ruby binding to NJS JavaScript Interpreter. (diff) |
De-pkg-comment for my ports.
Notes
Notes:
svn path=/head/; revision=76449
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-bsddb3/Makefile | 1 | ||||
-rw-r--r-- | databases/py-bsddb3/pkg-comment | 1 | ||||
-rw-r--r-- | databases/py-rrdtool_lgpl/Makefile | 1 | ||||
-rw-r--r-- | databases/py-rrdtool_lgpl/pkg-comment | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile index b5a0df4e43e6..d500cc9ed728 100644 --- a/databases/py-bsddb3/Makefile +++ b/databases/py-bsddb3/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= pybsddb PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@FreeBSD.org +COMMENT= Python extension module for BerkeleyDB 3 and 4 .if defined(WITH_DB3) LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 diff --git a/databases/py-bsddb3/pkg-comment b/databases/py-bsddb3/pkg-comment deleted file mode 100644 index d11c42569015..000000000000 --- a/databases/py-bsddb3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python extension module for BerkeleyDB 3 and 4 diff --git a/databases/py-rrdtool_lgpl/Makefile b/databases/py-rrdtool_lgpl/Makefile index 8f264adbb42a..0c52677461e1 100644 --- a/databases/py-rrdtool_lgpl/Makefile +++ b/databases/py-rrdtool_lgpl/Makefile @@ -12,6 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-rrdtool-${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= Python interface to RRDTool, the graphing and logging utility LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool diff --git a/databases/py-rrdtool_lgpl/pkg-comment b/databases/py-rrdtool_lgpl/pkg-comment deleted file mode 100644 index e2498b885883..000000000000 --- a/databases/py-rrdtool_lgpl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python interface to RRDTool, the graphing and logging utility |