diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 01:14:22 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 01:14:22 +0000 |
commit | 037333a694c773f6fa0db97ae554e7544d414de3 (patch) | |
tree | d5999820c3a60e95760cee31e3e50b06155749a0 /audio/sdl_sound | |
parent | 9cca2a1987a8287975629ca08a4deed2032a26d8 (diff) | |
download | FreeBSD-ports-037333a694c773f6fa0db97ae554e7544d414de3.zip FreeBSD-ports-037333a694c773f6fa0db97ae554e7544d414de3.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r-- | audio/sdl_sound/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sdl_sound/pkg-plist b/audio/sdl_sound/pkg-plist index 48c4f54..6bd0edf 100644 --- a/audio/sdl_sound/pkg-plist +++ b/audio/sdl_sound/pkg-plist @@ -3,4 +3,4 @@ include/SDL11/SDL_sound.h lib/libSDL_sound-1.0.so.1 lib/libSDL_sound.a lib/libSDL_sound.so -@unexec rmdir %D/include/SDL11 2>/dev/null || true +@dirrmtry include/SDL11 |