pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus ${DOCDIR} needs to be prefixed with DEST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e132162f6d67
branches:  trunk
changeset: 521239:e132162f6d67
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 07 09:30:16 2006 +0000

description:
${DOCDIR} needs to be prefixed with DESTDIR as well.

diffstat:

 sysutils/dbus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 06e503b1cefa -r e132162f6d67 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Tue Nov 07 09:28:09 2006 +0000
+++ b/sysutils/dbus/Makefile    Tue Nov 07 09:30:16 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/11/05 17:09:00 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/11/07 09:30:16 joerg Exp $
 #
 
 DISTNAME=      dbus-0.92
@@ -74,7 +74,7 @@
 PKG_HOME.messagebus=   ${VARBASE}/run/dbus
 
 post-install:
-       cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.txt ${DOCDIR}
+       cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.txt ${DESTDIR}${DOCDIR}
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index