diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-20 22:16:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-20 22:16:30 +0000 |
commit | 6721d36d8f079d95764dad0a2f8cda126754ab04 (patch) | |
tree | 372cf8ce7d10d5c49c82bd6efae2238296a2ae55 /astro/boinc-einsteinathome | |
parent | eb49c5c04a181b2876d366d436f2e5ebff1e4e9f (diff) |
Fix pkg-plist as indicated in previous commit but which was the
wrong code.
Noticed by: pavl
Notes
Notes:
svn path=/head/; revision=211676
Diffstat (limited to 'astro/boinc-einsteinathome')
-rw-r--r-- | astro/boinc-einsteinathome/Makefile | 1 | ||||
-rw-r--r-- | astro/boinc-einsteinathome/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/astro/boinc-einsteinathome/Makefile b/astro/boinc-einsteinathome/Makefile index 14bda3c06287..1280b09e1370 100644 --- a/astro/boinc-einsteinathome/Makefile +++ b/astro/boinc-einsteinathome/Makefile @@ -7,6 +7,7 @@ PORTNAME= boinc-einsteinathome PORTVERSION= 4.18 PORTEPOCH= 2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://einstein.phys.uwm.edu/app_test/FreeBSD/ DISTNAME= einstein_S5R3_${PORTVERSION}_i386-unknown-freebsd diff --git a/astro/boinc-einsteinathome/pkg-plist b/astro/boinc-einsteinathome/pkg-plist index 79b58265110c..96588102ea5c 100644 --- a/astro/boinc-einsteinathome/pkg-plist +++ b/astro/boinc-einsteinathome/pkg-plist @@ -1,4 +1,4 @@ @cwd %%BOINC_HOME%% projects/%%EINSTEIN_SITE%%/app_info.xml projects/%%EINSTEIN_SITE%%/%%EINSTEIN_BINARY%% -@unexec rm -f %D/bin/roadmap %D/bin/roadgps 2>&1 >/dev/null || true +@unexec rmdir %D/projects/%%EINSTEIN_SITE%% 2>/dev/null || true |