diff options
author | wiz <wiz> | 2012-04-08 20:21:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-08 20:21:41 +0000 |
commit | 12b5ccc460c81cca6383252045f5ce1bffffe8a4 (patch) | |
tree | ca85b0747dcbf59072dbf48eba4548d225e3970f /filesystems | |
parent | 1fe20b058e71ac4373e7f55f956c868f88bbacb3 (diff) | |
download | pkgsrc-12b5ccc460c81cca6383252045f5ce1bffffe8a4.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 'filesystems')
-rw-r--r-- | filesystems/py-filesystem/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/py-filesystem/PLIST b/filesystems/py-filesystem/PLIST index 868b1fae5d6..479737b7cb6 100644 --- a/filesystems/py-filesystem/PLIST +++ b/filesystems/py-filesystem/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/01 14:36:42 gdt Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/04/08 20:21:48 wiz Exp $ bin/fscat bin/fscp bin/fsinfo @@ -9,7 +9,7 @@ bin/fsmv bin/fsrm bin/fsserve bin/fstree -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/fs/__init__.py ${PYSITELIB}/fs/__init__.pyc ${PYSITELIB}/fs/__init__.pyo |