diff options
author | markd <markd> | 2006-01-27 21:50:41 +0000 |
---|---|---|
committer | markd <markd> | 2006-01-27 21:50:41 +0000 |
commit | 33c1fb6b5ad4f61eb86a79d10b0021532a0c4047 (patch) | |
tree | 1bdea76a0d3cdbf65e61a2af3d48ac24b6ad47cf /math | |
parent | 758b3f2076426e2c94e6a252366c5c091ce6537f (diff) | |
download | pkgsrc-33c1fb6b5ad4f61eb86a79d10b0021532a0c4047.tar.gz |
Whoops, I forgot to actually fix the PLIST when I last "fixed" this. Bump
PKGREVISION again.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-rpy/Makefile | 4 | ||||
-rw-r--r-- | math/py-rpy/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 9ac03296e19..c19c9e167ca 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2006/01/04 11:09:44 markd Exp $ +# $NetBSD: Makefile,v 1.12 2006/01/27 21:50:41 markd Exp $ # DISTNAME= rpy-0.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/} diff --git a/math/py-rpy/PLIST b/math/py-rpy/PLIST index e83496b21d3..1dd3497b775 100644 --- a/math/py-rpy/PLIST +++ b/math/py-rpy/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2005/12/19 11:34:46 markd Exp $ -${PYSITELIB}/_rpy2020.so +@comment $NetBSD: PLIST,v 1.6 2006/01/27 21:50:41 markd Exp $ +${PYSITELIB}/_rpy2021.so ${PYSITELIB}/rpy.py ${PYSITELIB}/rpy.pyc ${PYSITELIB}/rpy.pyo |