diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | 508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch) | |
tree | f7810d4887e5297c7b7788225e906b99c81d709b /x11/XFree86-4-documents | |
parent | Fix pkg-plist. (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=154116
Diffstat (limited to 'x11/XFree86-4-documents')
-rw-r--r-- | x11/XFree86-4-documents/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-4-documents/pkg-plist b/x11/XFree86-4-documents/pkg-plist index 5a8207d610df..3d0b84c8d657 100644 --- a/x11/XFree86-4-documents/pkg-plist +++ b/x11/XFree86-4-documents/pkg-plist @@ -90,7 +90,7 @@ share/doc/XFree86/xsmp.txt share/doc/XFree86/xtest.txt share/doc/XFree86/xtestlib.txt share/doc/XFree86/xv-protocol-v2.txt -@unexec rmdir %D/share/doc/XFree86/PDF 2>/dev/null || true -@unexec rmdir %D/share/doc/XFree86/PostScript 2>/dev/null || true -@unexec rmdir %D/share/doc/XFree86/html 2>/dev/null || true -@unexec rmdir %D/share/doc/XFree86 2>/dev/null || true +@dirrmtry share/doc/XFree86/PDF +@dirrmtry share/doc/XFree86/PostScript +@dirrmtry share/doc/XFree86/html +@dirrmtry share/doc/XFree86 |