diff options
author | imil <imil> | 2014-04-17 21:11:31 +0000 |
---|---|---|
committer | imil <imil> | 2014-04-17 21:11:31 +0000 |
commit | 6ef8271383f4ae3c3e0565c84d63f64526c2f2b1 (patch) | |
tree | 389b8950e24e2c2fd7abaa26d04573d001f75264 /textproc | |
parent | 8bc5df74366f7cabaf50f050a79b8fc38d4b8b60 (diff) | |
download | pkgsrc-6ef8271383f4ae3c3e0565c84d63f64526c2f2b1.tar.gz |
PKGREVISION bump, upstream has some useless 0600 files in its archive.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-prettytable/Makefile | 6 |
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" |