diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
commit | 4773e0d7e289f0cee86a191ca7701a3e0f128698 (patch) | |
tree | ca85b0747dcbf59072dbf48eba4548d225e3970f /fonts | |
parent | f278f49046eda68ba5b685176f78b30baf399590 (diff) | |
download | pkgsrc-4773e0d7e289f0cee86a191ca7701a3e0f128698.tar.gz |
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/py-fonttools/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/py-fonttools/PLIST b/fonts/py-fonttools/PLIST index a1a5f6dea50..13fbebcf2ea 100644 --- a/fonts/py-fonttools/PLIST +++ b/fonts/py-fonttools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/11/19 04:47:34 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/04/08 20:21:48 wiz Exp $ bin/ttx ${PYSITELIB}/FontTools.pth ${PYSITELIB}/FontTools/fontTools/__init__.py @@ -263,7 +263,7 @@ ${PYSITELIB}/FontTools/fontTools/ttx.pyo ${PYSITELIB}/FontTools/fontTools/unicode.py ${PYSITELIB}/FontTools/fontTools/unicode.pyc ${PYSITELIB}/FontTools/fontTools/unicode.pyo -${PLIST.eggfile}${PYSITELIB}/FontTools/${EGG_FILE} +${PYSITELIB}/FontTools/${EGG_FILE} ${PYSITELIB}/FontTools/sstruct.py ${PYSITELIB}/FontTools/sstruct.pyc ${PYSITELIB}/FontTools/sstruct.pyo |