diff options
author | joerg <joerg> | 2006-04-12 22:57:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-12 22:57:59 +0000 |
commit | 959968af272cbc389e666b2ed982175fa93cbbab (patch) | |
tree | 06585be48c230822b944558db1aa13d31ba5b882 /graphics | |
parent | 8a50d8c92f32c6d0c6e0e31b17852383b7197ae0 (diff) | |
download | pkgsrc-959968af272cbc389e666b2ed982175fa93cbbab.tar.gz |
Include subprocess package files in PLIST. Bump revision.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-matplotlib/PLIST | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index c5897aa230a..eea377f84f3 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2006/04/06 16:43:39 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/12 22:57:59 joerg Exp $ # DISTNAME= matplotlib-0.87.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} diff --git a/graphics/py-matplotlib/PLIST b/graphics/py-matplotlib/PLIST index 217319233f5..9ba3e57a4c2 100644 --- a/graphics/py-matplotlib/PLIST +++ b/graphics/py-matplotlib/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/06 16:43:39 drochner Exp $ -@comment $NetBSD: PLIST,v 1.5 2006/04/06 16:43:39 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/12 22:57:59 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/12 22:57:59 joerg Exp $ ${PYSITELIB}/matplotlib/__init__.py ${PYSITELIB}/matplotlib/__init__.pyc ${PYSITELIB}/matplotlib/__init__.pyo @@ -474,6 +474,9 @@ ${PYSITELIB}/matplotlib/widgets.pyo ${PYSITELIB}/matplotlib/windowing.py ${PYSITELIB}/matplotlib/windowing.pyc ${PYSITELIB}/matplotlib/windowing.pyo +${PYSITELIB}/subprocess/__init__.py +${PYSITELIB}/subprocess/__init__.pyc +${PYSITELIB}/subprocess/__init__.pyo ${PYSITELIB}/pylab.py ${PYSITELIB}/pylab.pyc ${PYSITELIB}/pylab.pyo @@ -494,3 +497,4 @@ ${PYSITELIB}/pylab.pyo @dirrm ${PYSITELIB}/matplotlib/enthought @dirrm ${PYSITELIB}/matplotlib/backends @dirrm ${PYSITELIB}/matplotlib +@dirrm ${PYSITELIB}/subprocess |