diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
commit | d568611c3eb334453c4a0352b61f081a623d72f1 (patch) | |
tree | c3c2e5147c98015eb1ada868e403a08ef31d9123 /devel/cscout | |
parent | f35229590b6b5b323c1b01abd2946e20fc1a0476 (diff) |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154134
Diffstat (limited to 'devel/cscout')
-rw-r--r-- | devel/cscout/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cscout/pkg-plist b/devel/cscout/pkg-plist index b9fcf7761a0e..feb00a1649ca 100644 --- a/devel/cscout/pkg-plist +++ b/devel/cscout/pkg-plist @@ -13,7 +13,7 @@ etc/cscout/cscout_incs.GENERIC etc/cscout/cscout_incs.LINUX_GCC etc/cscout/cscout_incs.WIN32_MINGW etc/cscout/cscout_incs.WIN32_MSC -@unexec rmdir %D/etc/cscout || true +@dirrmtry etc/cscout %%PORTDOCS%%%%DOCSDIR%%/access.html %%PORTDOCS%%%%DOCSDIR%%/contents.html %%PORTDOCS%%%%DOCSDIR%%/cvs.html |