summaryrefslogtreecommitdiff
path: root/graphics/py-pycha
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-12-07 17:09:09 +0000
committerrodent <rodent@pkgsrc.org>2014-12-07 17:09:09 +0000
commit8bdd3e3acc97e206642ed8c12911e74cdecda000 (patch)
tree9c165fbed3492229b8bcdf5f28f3fc3a23c48c2f /graphics/py-pycha
parent5b62f7698c47be67d0c9a37e9b7b8ed0882e5fd6 (diff)
downloadpkgsrc-8bdd3e3acc97e206642ed8c12911e74cdecda000.tar.gz
Use ${EGG_INFODIR} since that variable is now available.
Diffstat (limited to 'graphics/py-pycha')
-rw-r--r--graphics/py-pycha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile
index 822b08b9f2d..c090c7f2832 100644
--- a/graphics/py-pycha/Makefile
+++ b/graphics/py-pycha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/06/28 22:49:32 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2014/12/07 17:09:09 rodent Exp $
DISTNAME= pycha-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ PYTHON_VERSIONED_DEPENDENCIES= cairo
PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # py-gtk2
post-install:
- ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/*
+ ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"