aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/seti_applet/Makefile1
-rw-r--r--astro/seti_applet/files/patch-aa2
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();