diff options
author | gdt <gdt@pkgsrc.org> | 2011-12-16 01:07:23 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-12-16 01:07:23 +0000 |
commit | bf7be0263330f16d52460547caa2e752559fbfc7 (patch) | |
tree | d7ccfe8ebcc527d6442da1f232e01efbead3adf0 /filesystems/py-fuse-bindings | |
parent | 6e13ff2d9f4eab9913f95f5c3968663590abddfb (diff) | |
download | pkgsrc-bf7be0263330f16d52460547caa2e752559fbfc7.tar.gz |
Fix PLIST not to have PYVERSION encoded.
No PKGREVISION++, because no change in the case when it built.
Adjust whitespace around LICENSE=.
Diffstat (limited to 'filesystems/py-fuse-bindings')
-rw-r--r-- | filesystems/py-fuse-bindings/Makefile | 9 | ||||
-rw-r--r-- | filesystems/py-fuse-bindings/PLIST | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index 69921cc767e..3d32977119a 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.5 2011/12/16 00:50:46 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2011/12/16 01:07:23 gdt Exp $ # -DISTNAME= fuse-python-0.2.1 -PKGNAME= ${PYPKGPREFIX}-fuse-bindings-0.2.1 +VERSION= 0.2.1 +DISTNAME= fuse-python-${VERSION} +PKGNAME= ${PYPKGPREFIX}-fuse-bindings-${VERSION} CATEGORIES= filesystems python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/fuse-python}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython COMMENT= Python bindings for FUSE and refuse - LICENSE= gnu-lgpl-v2.1 +EGG_NAME= fuse_python-${VERSION} PYDISTUTILSPKG= yes PY_PATCHLIST= yes USE_TOOLS+= pkg-config diff --git a/filesystems/py-fuse-bindings/PLIST b/filesystems/py-fuse-bindings/PLIST index c9d8efc2993..3264fba7b4b 100644 --- a/filesystems/py-fuse-bindings/PLIST +++ b/filesystems/py-fuse-bindings/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.4 2011/12/16 00:50:46 gdt Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/12/16 01:07:23 gdt Exp $ ${PYSITELIB}/fuse.py ${PYSITELIB}/fuse.pyc ${PYSITELIB}/fuse.pyo -${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/PKG-INFO -${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/SOURCES.txt -${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/dependency_links.txt -${PYSITELIB}/fuse_python-${PKGVERSION}-py2.6.egg-info/top_level.txt +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt ${PYSITELIB}/fuseparts/__init__.py ${PYSITELIB}/fuseparts/__init__.pyc ${PYSITELIB}/fuseparts/__init__.pyo |