diff options
author | imil <imil@pkgsrc.org> | 2014-04-17 21:11:31 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2014-04-17 21:11:31 +0000 |
commit | 4a9928941c621137fee651b55b5e241137e7a413 (patch) | |
tree | 7585a445b9c5bbde88f17da3cd54d0ac73d3dc2a /textproc | |
parent | b3b7d514a4e409ab45b56695cd3bdf54a5a95264 (diff) | |
download | pkgsrc-4a9928941c621137fee651b55b5e241137e7a413.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" |