summaryrefslogtreecommitdiff
path: root/print/py-pisa
diff options
context:
space:
mode:
authorhasso <hasso>2009-05-13 08:27:49 +0000
committerhasso <hasso>2009-05-13 08:27:49 +0000
commit3ba6ee87193dd764338a1aeaf0ce4179fb7a9b02 (patch)
treeddbeb58aa94510b0be6be2eccb95b4631dd8b204 /print/py-pisa
parent78f30e2ba0db43d8d68b2db04f61389cfbcca117 (diff)
downloadpkgsrc-3ba6ee87193dd764338a1aeaf0ce4179fb7a9b02.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'print/py-pisa')
-rw-r--r--print/py-pisa/Makefile6
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"