pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/diffuse Fix installation without destdir; report...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3637684dbfe4
branches: trunk
changeset: 392257:3637684dbfe4
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 29 09:16:47 2009 +0000
description:
Fix installation without destdir; reported in PR 41270.
diffstat:
devel/diffuse/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e1370ac171c5 -r 3637684dbfe4 devel/diffuse/Makefile
--- a/devel/diffuse/Makefile Wed Apr 29 08:57:00 2009 +0000
+++ b/devel/diffuse/Makefile Wed Apr 29 09:16:47 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/04/16 22:43:30 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/29 09:16:47 wiz Exp $
#
DISTNAME= diffuse-0.3.3
@@ -26,7 +26,7 @@
# nothing
do-install:
- cd ${WRKSRC} && ${PYTHONBIN} ./install.py --destdir=${DESTDIR} \
+ cd ${WRKSRC} && ${PYTHONBIN} ./install.py --destdir=/${DESTDIR} \
--examplesdir=${PREFIX}/share/examples/diffuse \
--mandir=${PREFIX}/${PKGMANDIR} \
--prefix=${PREFIX} --sysconfdir=${PKG_SYSCONFDIR} \
Home |
Main Index |
Thread Index |
Old Index