summaryrefslogtreecommitdiffstats
path: root/cad/systemc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 01:29:46 +0000
committeredwin <edwin@FreeBSD.org>2006-01-22 01:29:46 +0000
commite80f0953d18006170971019cc3936a2de46081ab (patch)
tree2ced76b22a5a33be9fc8a463ef1df3c21eb26234 /cad/systemc
parentf70b9e5e41d04219d385f0493662aacb199e31cc (diff)
downloadFreeBSD-ports-e80f0953d18006170971019cc3936a2de46081ab.zip
FreeBSD-ports-e80f0953d18006170971019cc3936a2de46081ab.tar.gz
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'cad/systemc')
-rw-r--r--cad/systemc/pkg-plist10
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/systemc/pkg-plist b/cad/systemc/pkg-plist
index 9a1b023..3cc18c6 100644
--- a/cad/systemc/pkg-plist
+++ b/cad/systemc/pkg-plist
@@ -279,12 +279,12 @@ systemc/include/sysc/utils/sc_vector.h
systemc/include/systemc
systemc/include/systemc.h
systemc/lib-freebsd/libsystemc.a
-@unexec rmdir %D/systemc/docs 2>/dev/null || true
+@dirrmtry systemc/docs
@dirrm systemc/examples/sysc/2.1
@dirrm systemc/examples/sysc/fft
@dirrm systemc/examples/sysc
@dirrm systemc/examples/systemc
-@unexec rmdir %D/systemc/examples 2>/dev/null || true
+@dirrmtry systemc/examples
@dirrm systemc/include/sysc/communication
@dirrm systemc/include/sysc/datatypes/bit
@dirrm systemc/include/sysc/datatypes/fx
@@ -306,6 +306,6 @@ systemc/lib-freebsd/libsystemc.a
@dirrm systemc/include/sysc/tracing
@dirrm systemc/include/sysc/utils
@dirrm systemc/include/sysc
-@unexec rmdir %D/systemc/include 2>/dev/null || true
-@unexec rmdir %D/systemc/lib-freebsd 2>/dev/null || true
-@unexec rmdir %D/systemc 2>/dev/null || true
+@dirrmtry systemc/include
+@dirrmtry systemc/lib-freebsd
+@dirrmtry systemc
OpenPOWER on IntegriCloud