diff options
-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 |