summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-07 03:31:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-07 03:31:12 +0800
commit55adc9fdafcc026038db8494748652ba672e079e (patch)
treed74c02768e7bb094971320dde33b995bec4ff5c6 /sysutils
parentd5fdac8ef320a7119d9e8a9c9ba2c3b71d03955b (diff)
downloadmarcuscom-ports-55adc9fdafcc026038db8494748652ba672e079e.tar
marcuscom-ports-55adc9fdafcc026038db8494748652ba672e079e.tar.gz
marcuscom-ports-55adc9fdafcc026038db8494748652ba672e079e.tar.bz2
marcuscom-ports-55adc9fdafcc026038db8494748652ba672e079e.tar.lz
marcuscom-ports-55adc9fdafcc026038db8494748652ba672e079e.tar.xz
marcuscom-ports-55adc9fdafcc026038db8494748652ba672e079e.tar.zst
marcuscom-ports-55adc9fdafcc026038db8494748652ba672e079e.zip
Add ${PREFIX}/bin to the rc.d script to fix automatic startup.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8011 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/system-tools-backends/Makefile3
-rw-r--r--sysutils/system-tools-backends/files/system-tools-backends.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile
index 57b7b69b1..d396ace40 100644
--- a/sysutils/system-tools-backends/Makefile
+++ b/sysutils/system-tools-backends/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.27 2006/12/01 19:58:55 marcus Exp $
+# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.28 2006/12/04 05:46:52 marcus Exp $
#
PORTNAME= system-tools-backends
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/sysutils/system-tools-backends/files/system-tools-backends.in b/sysutils/system-tools-backends/files/system-tools-backends.in
index cafaa4f7a..74d3c20b6 100644
--- a/sysutils/system-tools-backends/files/system-tools-backends.in
+++ b/sysutils/system-tools-backends/files/system-tools-backends.in
@@ -1,6 +1,6 @@
#!/bin/sh
# $FreeBSD$
-# $MCom: ports/sysutils/system-tools-backends/files/system-tools-backends.in,v 1.1 2006/11/09 18:55:27 marcus Exp $
+# $MCom: ports/sysutils/system-tools-backends/files/system-tools-backends.in,v 1.2 2006/12/01 19:58:56 marcus Exp $
# PROVIDE: system-tools-backends
# REQUIRE: DAEMON dbus
@@ -13,6 +13,8 @@
. %%RC_SUBR%%
. %%GNOME_SUBR%%
+export PATH=${PATH}:%%PREFIX%%/bin
+
system_tools_backends_enable=${system_tools_backends_enable-${gnome_enable}}
name=system_tools_backends