diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /java/eclipse-cdt | |
parent | (forced commit) (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154113
Diffstat (limited to 'java/eclipse-cdt')
-rw-r--r-- | java/eclipse-cdt/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/eclipse-cdt/pkg-plist b/java/eclipse-cdt/pkg-plist index a7ebc6cbe63f..c369fb25d93f 100644 --- a/java/eclipse-cdt/pkg-plist +++ b/java/eclipse-cdt/pkg-plist @@ -601,6 +601,6 @@ eclipse/features/org.eclipse.cdt_3.0.1/epl-v10.html @dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os @dirrm eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1 @dirrm eclipse/features/org.eclipse.cdt_3.0.1 -@unexec rmdir %D/eclipse/plugins 2>/dev/null || true -@unexec rmdir %D/eclipse/features 2>/dev/null || true -@unexec rmdir %D/eclipse 2>/dev/null || true +@dirrmtry eclipse/plugins +@dirrmtry eclipse/features +@dirrmtry eclipse |