diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /net/py-rrdtool | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'net/py-rrdtool')
-rw-r--r-- | net/py-rrdtool/Makefile | 2 | ||||
-rw-r--r-- | net/py-rrdtool/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/py-rrdtool/Makefile b/net/py-rrdtool/Makefile index 9078c3e6bfc0..7a8632db5fae 100644 --- a/net/py-rrdtool/Makefile +++ b/net/py-rrdtool/Makefile @@ -15,6 +15,8 @@ DISTNAME= PyRRDtool-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Python C extension module to access RRDtool files + LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool USE_PYTHON= yes diff --git a/net/py-rrdtool/pkg-comment b/net/py-rrdtool/pkg-comment deleted file mode 100644 index 67c8ee3bbc8c..000000000000 --- a/net/py-rrdtool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python C extension module to access RRDtool files |