diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-21 04:25:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-21 04:25:55 +0800 |
commit | adc6f021455d300ec1dcd18ef8bbfb22ce3784cb (patch) | |
tree | 950ead2bd300f4d1113737751d7017f283e13b7f /astro/boinc-setiathome | |
parent | a1beec14d2fa6584c63265ee5827245ee5fe3960 (diff) | |
download | freebsd-ports-gnome-adc6f021455d300ec1dcd18ef8bbfb22ce3784cb.tar.gz freebsd-ports-gnome-adc6f021455d300ec1dcd18ef8bbfb22ce3784cb.tar.zst freebsd-ports-gnome-adc6f021455d300ec1dcd18ef8bbfb22ce3784cb.zip |
Add <executable/> to the appinfo.xml file. With this one, boinc-seti
will not attempt to download a binary to update itself and actually
work.
Diffstat (limited to 'astro/boinc-setiathome')
-rw-r--r-- | astro/boinc-setiathome/Makefile | 2 | ||||
-rw-r--r-- | astro/boinc-setiathome/files/app_info.xml.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index 99d82e4e6bf3..4e3041820396 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -7,7 +7,7 @@ PORTNAME= boinc-setiathome PORTVERSION= 4.07.20050601 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= http://setiweb.ssl.berkeley.edu/sah/seti_source/nightly/ \ ${MASTER_SITE_LOCAL} diff --git a/astro/boinc-setiathome/files/app_info.xml.in b/astro/boinc-setiathome/files/app_info.xml.in index a9a583a2be45..03bf9f45f962 100644 --- a/astro/boinc-setiathome/files/app_info.xml.in +++ b/astro/boinc-setiathome/files/app_info.xml.in @@ -4,6 +4,7 @@ </app> <file_info> <name>%%SETI_BINARY%%</name> + <executable/> </file_info> <app_version> <app_name>setiathome</app_name> |