From d2e4b91fe91660f21ca87889eb96335e4c5e54f4 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 16 Dec 2011 01:07:23 +0000 Subject: Fix PLIST not to have PYVERSION encoded. No PKGREVISION++, because no change in the case when it built. Adjust whitespace around LICENSE=. --- filesystems/py-fuse-bindings/Makefile | 9 +++++---- filesystems/py-fuse-bindings/PLIST | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'filesystems/py-fuse-bindings') 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 -- cgit v1.2.3