diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-13 08:27:49 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-13 08:27:49 +0000 |
commit | 83e44e188ca354a8be1065c96206142410cbe6ed (patch) | |
tree | ddbeb58aa94510b0be6be2eccb95b4631dd8b204 /print/py-pisa/Makefile | |
parent | 3cbab5ad9a80b871b2c362909a43e31cc3500611 (diff) | |
download | pkgsrc-83e44e188ca354a8be1065c96206142410cbe6ed.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'print/py-pisa/Makefile')
-rw-r--r-- | print/py-pisa/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index 88fa30f39e4..8ae1551e480 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/02/09 18:43:54 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/05/13 08:27:49 hasso Exp $ # DISTNAME= pisa-3.0.29 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc print www python MASTER_SITES= http://pypi.python.org/packages/source/p/pisa/ @@ -18,5 +19,8 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib PYTHON_VERSIONS_ACCEPTED= 25 24 +post-extract: + ${CHMOD} -R go-w ${WRKSRC} + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |