summaryrefslogtreecommitdiff
path: root/graphics/dia-python
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-16 14:05:24 +0000
committerjoerg <joerg>2008-06-16 14:05:24 +0000
commitef4b6c3a293683ee075454f5900b786eb3468bea (patch)
tree84e5e7836465943f7e3ec2471efab6bbdd0515bd /graphics/dia-python
parente2ddb80d25048949e87996e23258735090d5669d (diff)
downloadpkgsrc-ef4b6c3a293683ee075454f5900b786eb3468bea.tar.gz
Fix DESTDIR.
Diffstat (limited to 'graphics/dia-python')
-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"