summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-16 14:05:24 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-16 14:05:24 +0000
commitb3734d606919e401b79e2d9d8d1dbea094d4804c (patch)
tree84e5e7836465943f7e3ec2471efab6bbdd0515bd /graphics
parent7a31425541a6717e023db52d181edd0a36d78f56 (diff)
downloadpkgsrc-b3734d606919e401b79e2d9d8d1dbea094d4804c.tar.gz
Fix DESTDIR.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dia-python/Makefile4
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"