summaryrefslogtreecommitdiff
path: root/textproc/py-enchant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-enchant/Makefile')
-rw-r--r--textproc/py-enchant/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile
index 45e1f4d3476..6ce7711279c 100644
--- a/textproc/py-enchant/Makefile
+++ b/textproc/py-enchant/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/12/23 00:26:09 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2011/12/16 17:22:08 marino Exp $
#
DISTNAME= pyenchant-1.6.5
@@ -37,5 +37,9 @@ SUBST_STAGE.dlpath= pre-configure
SUBST_FILES.dlpath= enchant/_enchant.py
SUBST_VARS.dlpath= PYENCHANT_LIBRARY_PATH
+post-extract:
+ # fix README file permissions
+ ${CHMOD} 644 ${WRKSRC}/enchant/share/enchant/ispell/README.txt
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"