summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/py-prettytable/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/py-prettytable/Makefile b/textproc/py-prettytable/Makefile
index 9c1af487b30..61a9131dfb5 100644
--- a/textproc/py-prettytable/Makefile
+++ b/textproc/py-prettytable/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2014/04/17 21:01:59 imil Exp $
+# $NetBSD: Makefile,v 1.4 2014/04/17 21:11:31 imil Exp $
#
DISTNAME= prettytable-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://pypi.python.org/packages/source/P/PrettyTable/
@@ -13,5 +14,8 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+post-extract:
+ ${CHMOD} -R a+r ${WRKSRC}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"