diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-07 17:09:09 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-07 17:09:09 +0000 |
commit | 8bdd3e3acc97e206642ed8c12911e74cdecda000 (patch) | |
tree | 9c165fbed3492229b8bcdf5f28f3fc3a23c48c2f /graphics/py-pycha | |
parent | 5b62f7698c47be67d0c9a37e9b7b8ed0882e5fd6 (diff) | |
download | pkgsrc-8bdd3e3acc97e206642ed8c12911e74cdecda000.tar.gz |
Use ${EGG_INFODIR} since that variable is now available.
Diffstat (limited to 'graphics/py-pycha')
-rw-r--r-- | graphics/py-pycha/Makefile | 4 |
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" |