summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-07 09:30:16 +0000
committerjoerg <joerg>2006-11-07 09:30:16 +0000
commit3a444e24aeea324a8ddc7fd43c46eb812abc6ddb (patch)
treebf7964cf9ad08b89444bc8d3196afdf9fd40e170 /sysutils
parent3dd60b7e9a0d3764187c5278ad83062898e0f177 (diff)
downloadpkgsrc-3a444e24aeea324a8ddc7fd43c46eb812abc6ddb.tar.gz
${DOCDIR} needs to be prefixed with DESTDIR as well.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index 1dcf98b699c..ea8149d9430 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -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_GECOS.messagebus= System message bus
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"