diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 09:55:36 +0800 |
commit | 907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01 (patch) | |
tree | c7335c38bb107ec2177c798763c3b89da5c2523b /devel/p5-SVN-Notify | |
parent | e80f0953d18006170971019cc3936a2de46081ab (diff) | |
download | freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.gz freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.tar.zst freebsd-ports-gnome-907f3a99d9b9e8e6d100ff6e5ca3dae46a6b6d01.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'devel/p5-SVN-Notify')
-rw-r--r-- | devel/p5-SVN-Notify/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-SVN-Notify/pkg-plist b/devel/p5-SVN-Notify/pkg-plist index 2e60804ecdd7..d1bf19b15138 100644 --- a/devel/p5-SVN-Notify/pkg-plist +++ b/devel/p5-SVN-Notify/pkg-plist @@ -2,6 +2,6 @@ bin/svnnotify %%SITE_PERL%%/SVN/Notify.pm %%SITE_PERL%%/SVN/Notify/HTML.pm %%SITE_PERL%%/SVN/Notify/HTML/ColorDiff.pm -@unexec rmdir %D/%%SITE_PERL%%/SVN/Notify/HTML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/SVN/Notify 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/SVN 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/SVN/Notify/HTML +@dirrmtry %%SITE_PERL%%/SVN/Notify +@dirrmtry %%SITE_PERL%%/SVN |