pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-enchant textproc/py-enchant: Fix file perm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d820db9c24f
branches:  trunk
changeset: 597109:3d820db9c24f
user:      marino <marino%pkgsrc.org@localhost>
date:      Fri Dec 16 17:22:08 2011 +0000

description:
textproc/py-enchant: Fix file permissions error

The bad file permissions on ispell/README.txt prevented the package from
building on DragonFly with PKG_DEVELOPER=yes.  I'm not sure how it's passing
on NetBSD unless the bulk reports I'm seeing aren't using that option.

diffstat:

 textproc/py-enchant/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 09bef9dd6b94 -r 3d820db9c24f textproc/py-enchant/Makefile
--- a/textproc/py-enchant/Makefile      Fri Dec 16 17:20:09 2011 +0000
+++ b/textproc/py-enchant/Makefile      Fri Dec 16 17:22:08 2011 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index