summaryrefslogtreecommitdiff
path: root/www/httrack
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 03:01:03 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 03:01:03 +0000
commit508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch)
treef7810d4887e5297c7b7788225e906b99c81d709b /www/httrack
parentFix pkg-plist. (diff)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'www/httrack')
-rw-r--r--www/httrack/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/httrack/pkg-plist b/www/httrack/pkg-plist
index 8c007b3b4d8d..100c2b572443 100644
--- a/www/httrack/pkg-plist
+++ b/www/httrack/pkg-plist
@@ -215,5 +215,5 @@ share/pixmaps/httrack.xpm
@dirrm %%DOCSDIR%%
@dirrm lib/httrack
@dirrm include/httrack
-@unexec rmdir %D/share/pixmaps 2>/dev/null || true
-@unexec rmdir %D/share/applications 2>/dev/null || true
+@dirrmtry share/pixmaps
+@dirrmtry share/applications