summaryrefslogtreecommitdiff
path: root/filesystems/fuse-gmailfs
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 10:45:15 +0000
committerwiz <wiz>2014-01-25 10:45:15 +0000
commita330e7e698ce1ec0195ef21da52f545b3bbab3af (patch)
tree20b275e879e9a02978fb92613c271dbee7b21c37 /filesystems/fuse-gmailfs
parent1556caa99cda7cad17d814209b632e4270d05b6c (diff)
downloadpkgsrc-a330e7e698ce1ec0195ef21da52f545b3bbab3af.tar.gz
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'filesystems/fuse-gmailfs')
-rw-r--r--filesystems/fuse-gmailfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile
index d650b5153de..84558e6dcb2 100644
--- a/filesystems/fuse-gmailfs/Makefile
+++ b/filesystems/fuse-gmailfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/01/25 10:45:18 wiz Exp $
DISTNAME= gmailfs-0.7.2
PKGREVISION= 3
@@ -11,7 +11,7 @@ HOMEPAGE= http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesyst
COMMENT= FUSE filesystem which uses Google mail for free space
NO_BUILD= yes
-PYTHON_PATCH_SCRIPTS= gmailfs.py mount.gmailfs
+REPLACE_PYTHON= gmailfs.py mount.gmailfs
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fuse-bindings
CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \