diff options
author | gdt <gdt@pkgsrc.org> | 2011-12-16 01:10:29 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-12-16 01:10:29 +0000 |
commit | 9c7860de12c79df747ac2de425e03396a89447dc (patch) | |
tree | 48066fd6921f8bb36289e3db509f75c6fd95ce0b /filesystems | |
parent | bf7be0263330f16d52460547caa2e752559fbfc7 (diff) | |
download | pkgsrc-9c7860de12c79df747ac2de425e03396a89447dc.tar.gz |
Conditionalize EGG_FILE in PLIST, for pre-eggfile versions of python.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/py-fuse-bindings/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/filesystems/py-fuse-bindings/PLIST b/filesystems/py-fuse-bindings/PLIST index 3264fba7b4b..74af80021e4 100644 --- a/filesystems/py-fuse-bindings/PLIST +++ b/filesystems/py-fuse-bindings/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.5 2011/12/16 01:07:23 gdt Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/12/16 01:10:29 gdt Exp $ ${PYSITELIB}/fuse.py ${PYSITELIB}/fuse.pyc ${PYSITELIB}/fuse.pyo -${PYSITELIB}/${EGG_FILE}/PKG-INFO -${PYSITELIB}/${EGG_FILE}/SOURCES.txt -${PYSITELIB}/${EGG_FILE}/dependency_links.txt -${PYSITELIB}/${EGG_FILE}/top_level.txt +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}/top_level.txt ${PYSITELIB}/fuseparts/__init__.py ${PYSITELIB}/fuseparts/__init__.pyc ${PYSITELIB}/fuseparts/__init__.pyo |