summaryrefslogtreecommitdiff
path: root/filesystems/py-fuse-bindings/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2011-12-16 12:51:56 +0000
committergdt <gdt@pkgsrc.org>2011-12-16 12:51:56 +0000
commitf4c1b88b52c2eb3d3c55482c3d6d9c5cf1462b7e (patch)
treeed55784bc4028a9b3c3412d2d9e77646511d9d1a /filesystems/py-fuse-bindings/Makefile
parentaea979fefc150694a1faf848dcc30e22f31c9adf (diff)
downloadpkgsrc-f4c1b88b52c2eb3d3c55482c3d6d9c5cf1462b7e.tar.gz
Use egg.mk, not distutils.mk.
This package can use either setuptools (egg.mk) or distutils (distutils.mk), but it prefers setuptools and thus should be built with our egg.mk support. Adjust PLIST for egg.mk (different) variables and drop eggfile conditionalization, as eggs always have egg-info directories. Thanks to dholland@ and obache@ for noticing/suggesting.
Diffstat (limited to 'filesystems/py-fuse-bindings/Makefile')
-rw-r--r--filesystems/py-fuse-bindings/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile
index 3d32977119a..e365cf2efbc 100644
--- a/filesystems/py-fuse-bindings/Makefile
+++ b/filesystems/py-fuse-bindings/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/12/16 01:07:23 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2011/12/16 12:51:56 gdt Exp $
#
VERSION= 0.2.1
@@ -26,7 +26,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/example/xmp.py \
${DESTDIR}${PREFIX}/share/examples/fuse-python/
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"