summaryrefslogtreecommitdiff
path: root/lang/ml-pnet
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
commit0416031c9ba13da33845bc762078065b482dd551 (patch)
treebe4d2554a35fe96c98b1eaa2d243964ae3c4f602 /lang/ml-pnet
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 'lang/ml-pnet')
-rw-r--r--lang/ml-pnet/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ml-pnet/pkg-plist b/lang/ml-pnet/pkg-plist
index 1e30eacee99a..7081c8777f7f 100644
--- a/lang/ml-pnet/pkg-plist
+++ b/lang/ml-pnet/pkg-plist
@@ -61,6 +61,6 @@ lib/cscc/lib/nunit.framework.dll
lib/cscc/lib/nunit.util.dll
lib/cscc/lib/sqlsharp-pnet.exe
lib/cscc/lib/wsdl-pnet.exe
-@unexec rmdir %D/lib/cscc/lib/2.2.0.0 2>/dev/null || true
-@unexec rmdir %D/lib/cscc/lib/1.0.5000.0 2>/dev/null || true
-@unexec rmdir %D/lib/cscc/lib/0.7.6.1 2>/dev/null || true
+@dirrmtry lib/cscc/lib/2.2.0.0
+@dirrmtry lib/cscc/lib/1.0.5000.0
+@dirrmtry lib/cscc/lib/0.7.6.1