svn commit: r314310 - head/devel/dbus
Koop Mast
kwm at FreeBSD.org
Fri Mar 15 15:26:15 UTC 2013
Author: kwm
Date: Fri Mar 15 15:26:14 2013
New Revision: 314310
URL: http://svnweb.freebsd.org/changeset/ports/314310
Log:
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]
Modified:
head/devel/dbus/Makefile
Modified: head/devel/dbus/Makefile
==============================================================================
--- head/devel/dbus/Makefile Fri Mar 15 15:16:05 2013 (r314309)
+++ head/devel/dbus/Makefile Fri Mar 15 15:26:14 2013 (r314310)
@@ -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)
More information about the svn-ports-all
mailing list