diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-12 22:57:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-12 22:57:59 +0000 |
commit | 1897af1d06c62923dce537650bc820d7cd7eb1e2 (patch) | |
tree | 06585be48c230822b944558db1aa13d31ba5b882 | |
parent | 29b6349d31f292ce55930d3ec385b4b9afbaae37 (diff) | |
download | pkgsrc-1897af1d06c62923dce537650bc820d7cd7eb1e2.tar.gz |
Include subprocess package files in PLIST. Bump revision.
-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 |