summaryrefslogtreecommitdiff
path: root/devel/dbus
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-15 15:26:14 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-15 15:26:14 +0000
commitf004ff419c3e888c38a55b241d6c32afdd83bd75 (patch)
tree25497436481732a36666eefdf7c9717280e2e472 /devel/dbus
parentAlso try to clean up /var/lib (diff)
Don't make /var/lib we don't use it in the port. [1]
While here fix the path to machine-id in the dbus-uuidgen manpage Submitted by: bapt [1]
Notes
Notes: svn path=/head/; revision=314310
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 57c519d3980b..02c6c9d88c9a 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -54,12 +54,15 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/dbus/dbus-sysdeps-unix.c
@${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \
+ ${WRKSRC}/doc/dbus-uuidgen.1 \
${WRKSRC}/dbus/Makefile.in \
${WRKSRC}/tools/Makefile.in
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ s|test||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g ; \
s|dummy man2html|dummy man2html_disable|g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|install-data-am: install-data-local|install-data-am:|g' \
+ ${WRKSRC}/tools/Makefile.in
post-install:
.if !defined(PACKAGE_BUILDING)