pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/dia-python Fix DESTDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9bfdcdbd537
branches: trunk
changeset: 543396:a9bfdcdbd537
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jun 16 14:05:24 2008 +0000
description:
Fix DESTDIR.
diffstat:
graphics/dia-python/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 68b9596ebffe -r a9bfdcdbd537 graphics/dia-python/Makefile
--- a/graphics/dia-python/Makefile Mon Jun 16 13:45:55 2008 +0000
+++ b/graphics/dia-python/Makefile Mon Jun 16 14:05:24 2008 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index