diff options
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/py-fuse-bindings/Makefile | 3 | ||||
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index a1982355f89..d0c116d63b9 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/12/31 13:57:27 wiz Exp $ VERSION= 0.2.1 DISTNAME= fuse-python-${VERSION} @@ -11,7 +11,6 @@ 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/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index bfb8e394167..9fdb0b5919f 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:05 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/12/31 13:57:27 wiz Exp $ VERSION= 1.10.0 PKGREVISION= 2 DISTNAME= allmydata-tahoe-${VERSION} -EGG_NAME= allmydata_tahoe-${VERSION} PKGNAME= tahoe-lafs-${VERSION} CATEGORIES= filesystems MASTER_SITES= https://tahoe-lafs.org/source/tahoe-lafs/releases/ |