diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-20 20:25:55 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-20 20:25:55 +0000 |
commit | adc6f021455d300ec1dcd18ef8bbfb22ce3784cb (patch) | |
tree | 950ead2bd300f4d1113737751d7017f283e13b7f /astro | |
parent | a1beec14d2fa6584c63265ee5827245ee5fe3960 (diff) | |
download | FreeBSD-ports-adc6f021455d300ec1dcd18ef8bbfb22ce3784cb.zip FreeBSD-ports-adc6f021455d300ec1dcd18ef8bbfb22ce3784cb.tar.gz |
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')
-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 99d82e4..4e30418 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 a9a583a..03bf9f4 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> |