diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-21 13:20:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-21 13:20:43 +0000 |
commit | 1e2de13f9d229f958169c9b3124fdb46f5c36db2 (patch) | |
tree | 0430bedd8a9299804488be222b33dd6525cbaab4 | |
parent | Fix building on current by upgrading to the newest version 1.4. (diff) |
Fix plist.
Notes
Notes:
svn path=/head/; revision=124701
-rw-r--r-- | net/openam/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openam/pkg-plist b/net/openam/pkg-plist index d67f7e9c597e..9b8b8802aa5f 100644 --- a/net/openam/pkg-plist +++ b/net/openam/pkg-plist @@ -3,3 +3,4 @@ share/doc/openh323/openam/ReadMe.txt share/doc/openh323/openam/sample_message.wav share/doc/openh323/openam/sample_message_g7231.wav @unexec rmdir %D/share/doc/openh323/openam 2>/dev/null || true +@unexec rmdir %D/share/doc/openh323 2>/dev/null || true |