1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix to reflect new location of setiathome client.

PR:		24726
Submitted by:	maintainer
This commit is contained in:
Steve Price 2001-02-26 04:30:34 +00:00
parent bb88a12a17
commit 109b4d64a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38750
2 changed files with 2 additions and 1 deletions

View File

@ -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/_/-/}

View File

@ -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();