summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-05-21 05:28:59 +0000
committerrichard <richard@pkgsrc.org>2016-05-21 05:28:59 +0000
commitf6d49d9f12b813ba7855c394475727b66bdf73f1 (patch)
tree0bc057f7d7e0fca47a667bcd84190c2d826c03df /graphics
parent672deebe35473f7b9a5ae71cbde848db517f26df (diff)
downloadpkgsrc-f6d49d9f12b813ba7855c394475727b66bdf73f1.tar.gz
post-install chmod no longer necessary
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-pycha/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile
index 7c44fda4583..d4260c061b6 100644
--- a/graphics/py-pycha/Makefile
+++ b/graphics/py-pycha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:46 adam Exp $
+# $NetBSD: Makefile,v 1.10 2016/05/21 05:35:24 richard Exp $
DISTNAME= pycha-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,9 +18,6 @@ PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONED_DEPENDENCIES= cairo
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
-post-install:
- ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
-
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"