diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 06:28:59 +0000 |
commit | 186c2e326cb8f9a0f44b44cdbf6314e0999b346e (patch) | |
tree | d6ef0b4cb3c1fa6a810fcdd9bfa232d1cf549823 /net/apollon | |
parent | Back out previous commit, it was fixed in the master port (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=154137
Diffstat (limited to 'net/apollon')
-rw-r--r-- | net/apollon/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/apollon/pkg-plist b/net/apollon/pkg-plist index f096221ec703..1f9b3faf634b 100644 --- a/net/apollon/pkg-plist +++ b/net/apollon/pkg-plist @@ -77,4 +77,4 @@ share/applnk/Applications/Apollon.desktop @dirrmtry share/icons/crystalsvg/128x128/apps @dirrmtry share/applnk/Applications %%PORTDOCS%%@unexec rmdir %D/share/doc/HTML/en/apollon -%%PORTDOCS%%@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true +%%PORTDOCS%%@dirrmtry share/doc/HTML/en |