diff options
author | wiz <wiz> | 2014-01-26 00:30:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-26 00:30:02 +0000 |
commit | a4454548d481c1be272c65901bdb00704dae8239 (patch) | |
tree | 838d5c2328895361505555505efb65e273a7dbdb /lang | |
parent | c60ba7c1710abf4fdddb332e251f4e73c247b9a6 (diff) | |
download | pkgsrc-a4454548d481c1be272c65901bdb00704dae8239.tar.gz |
Add missing egg to PLIST. Bump PKGREVISION.
(breakage happened during previous commit, sorry)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-pyrex/Makefile | 4 | ||||
-rw-r--r-- | lang/py-pyrex/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index b21dc42f915..fcf1fe7e7e6 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/01/26 00:30:02 wiz Exp $ DISTNAME= Pyrex-0.9.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang python MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ diff --git a/lang/py-pyrex/PLIST b/lang/py-pyrex/PLIST index 2c80586ca1f..1333b333536 100644 --- a/lang/py-pyrex/PLIST +++ b/lang/py-pyrex/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.8 2010/05/02 13:51:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/01/26 00:30:02 wiz Exp $ bin/pyrexc +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/Pyrex/Compiler/Builtin.py ${PYSITELIB}/Pyrex/Compiler/Builtin.pyc ${PYSITELIB}/Pyrex/Compiler/Builtin.pyo |