diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /time/py-mxDateTime | |
parent | 5c2ded063c246b745cbe88b35958aeb774b3efff (diff) | |
download | pkgsrc-26730104be8e403eeb8a7ec5ff7903af6ee1418c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'time/py-mxDateTime')
-rw-r--r-- | time/py-mxDateTime/Makefile | 3 | ||||
-rw-r--r-- | time/py-mxDateTime/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 58ab7a03163..318fc662342 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/22 18:30:59 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:32:08 wiz Exp $ # DISTNAME= mxDateTime-1.3.0 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org HOMEPAGE= http://starship.python.net/~lemburg/mxDateTime.html +COMMENT= Python extension that provides new types and conversions for dates BUILD_DEPENDS= unzip:../../archivers/unzip DEPENDS+= python-2.0*:../../lang/python diff --git a/time/py-mxDateTime/pkg/COMMENT b/time/py-mxDateTime/pkg/COMMENT deleted file mode 100644 index ce4ff504f3c..00000000000 --- a/time/py-mxDateTime/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Python extension that provides new types and conversions for dates |