diff options
Diffstat (limited to 'graphics/dia-python/Makefile')
-rw-r--r-- | graphics/dia-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index cd543d4e65a..ec7dd3a3940 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/09/21 13:03:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/16 14:05:24 joerg Exp $ # DIA_SUBPKG= -python @@ -20,7 +20,7 @@ INSTALL_DIRS+= ${WRKSRC}/plug-ins/python PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py post-install: - ${PYTHONBIN} ${PYCOMPILEALL} ${PREFIX}/share/dia + ${PYTHONBIN} ${PYCOMPILEALL} ${DESTDIR}${PREFIX}/share/dia .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" |