diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 12:30:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 12:30:34 +0800 |
commit | 9f02cb312f243288380d3ef6cf7c5448e674df7c (patch) | |
tree | 0164050b9031dc4e6578a0831b561f171cb84153 /astro | |
parent | 765c4c23e9e08e42a76716e94e9c8d5bb6887c44 (diff) | |
download | freebsd-ports-gnome-9f02cb312f243288380d3ef6cf7c5448e674df7c.tar.gz freebsd-ports-gnome-9f02cb312f243288380d3ef6cf7c5448e674df7c.tar.zst freebsd-ports-gnome-9f02cb312f243288380d3ef6cf7c5448e674df7c.zip |
Fix to reflect new location of setiathome client.
PR: 24726
Submitted by: maintainer
Diffstat (limited to 'astro')
-rw-r--r-- | astro/seti_applet/Makefile | 1 | ||||
-rw-r--r-- | astro/seti_applet/files/patch-aa | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/astro/seti_applet/Makefile b/astro/seti_applet/Makefile index c9b929337ddf..83ccb1ed3ff3 100644 --- a/astro/seti_applet/Makefile +++ b/astro/seti_applet/Makefile @@ -7,6 +7,7 @@ PORTNAME= seti_applet PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= astro gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} diff --git a/astro/seti_applet/files/patch-aa b/astro/seti_applet/files/patch-aa index 07fdb8fcc77d..4b54e9547e1c 100644 --- a/astro/seti_applet/files/patch-aa +++ b/astro/seti_applet/files/patch-aa @@ -18,7 +18,7 @@ if ( sa.separate_exe_dir == TRUE ) { - sa.seti_exe_dir = gnome_config_get_string ( "setiapplet/setiexedir" ); -+ sa.seti_exe_dir = gnome_config_get_string ( "setiapplet/setiexedir=/usr/local/bin" ); ++ sa.seti_exe_dir = gnome_config_get_string ( "setiapplet/setiexedir=/usr/local/sbin" ); } sa.launch_on_start = gnome_config_get_int ( "setiapplet/launchonstart=0" ); gnome_config_pop_prefix(); |