diff options
author | edwin <edwin@FreeBSD.org> | 2008-04-21 06:16:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-04-21 06:16:30 +0800 |
commit | 4ce92d5643b11776bfad558fe85e977835cd369b (patch) | |
tree | 134180672ea00881c971158cda3bc3d4be8d7027 /astro | |
parent | 1ef2bd20be4706b6f4fd0e170be0c855213eed3b (diff) | |
download | freebsd-ports-graphics-4ce92d5643b11776bfad558fe85e977835cd369b.tar.gz freebsd-ports-graphics-4ce92d5643b11776bfad558fe85e977835cd369b.tar.zst freebsd-ports-graphics-4ce92d5643b11776bfad558fe85e977835cd369b.zip |
Fix pkg-plist as indicated in previous commit but which was the
wrong code.
Noticed by: pavl
Diffstat (limited to 'astro')
-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 14bda3c0628..1280b09e137 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 79b58265110..96588102ea5 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 |