summaryrefslogtreecommitdiffstats
path: root/devel/dbus
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-13 03:11:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-13 03:11:24 +0800
commit77961f212375c73bc181169d56cd1a98b059014f (patch)
tree51b65320ea2e2fd105a6abf40cc37fa0ad092592 /devel/dbus
parentb48a341f07871aa4db27150f7ff23cf6b6ce90d1 (diff)
downloadmarcuscom-ports-77961f212375c73bc181169d56cd1a98b059014f.tar
marcuscom-ports-77961f212375c73bc181169d56cd1a98b059014f.tar.gz
marcuscom-ports-77961f212375c73bc181169d56cd1a98b059014f.tar.bz2
marcuscom-ports-77961f212375c73bc181169d56cd1a98b059014f.tar.lz
marcuscom-ports-77961f212375c73bc181169d56cd1a98b059014f.tar.xz
marcuscom-ports-77961f212375c73bc181169d56cd1a98b059014f.tar.zst
marcuscom-ports-77961f212375c73bc181169d56cd1a98b059014f.zip
Now that the test socket can be separate from the main socket, we do not
need the pre-su-install target. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7747 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 36e513b7c..590c3fea8 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -38,11 +38,11 @@ PLIST_SUB= VERSION="1.0"
MAN1= dbus-cleanup-sockets.1 dbus-daemon.1 dbus-launch.1 \
dbus-monitor.1 dbus-send.1
-.endif
.if !defined(WITHOUT_X11)
USE_XLIB= yes
.endif
+.endif
.include <bsd.port.pre.mk>
@@ -52,17 +52,6 @@ post-patch:
${WRKSRC}/bus/system.conf.in
.if !defined(DBUS_SLAVE)
-pre-su-install:
- @for i in 15 9 ; do \
- if [ -f /var/run/dbus/dbus.pid ]; then \
- kill -$${i} $$(${CAT} /var/run/dbus/dbus.pid) 2>/dev/null || ${TRUE} ; \
- sleep 3 ; \
- fi ; \
- done
- @if [ -f /var/run/dbus/dbus.pid ]; then \
- ${RM} -f /var/run/dbus/dbus.pid ; \
- fi
-
post-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL