diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-03 08:18:11 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-03 08:18:11 +0000 |
commit | fa54d29ff8e1f1d9f17dfccff9ca705bfb526f19 (patch) | |
tree | 4d36b76a6d23feb0a7c1fbd00134e2d0760fe727 /www | |
parent | f6da1f0f806b7bdf8e419ee55f829703b7b653ef (diff) |
Fix plist.
Reported by: krion via pointyhat
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=140745
Diffstat (limited to 'www')
-rw-r--r-- | www/openvrml/pkg-plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/openvrml/pkg-plist b/www/openvrml/pkg-plist index 0efab23c3ae6..43500f2a48b9 100644 --- a/www/openvrml/pkg-plist +++ b/www/openvrml/pkg-plist @@ -36,4 +36,6 @@ lib/mozilla/plugins/openvrml.xpt @dirrm include/openvrml/openvrml @dirrm include/openvrml @dirrm share/idl/openvrml-%%VER%% -@unexec rmdir %D/share/pixmaps 2>/dev/null || true +@unexec rmdir %D/share/gtk-doc/html/gtkglext 2>/dev/null || true +@unexec rmdir %D/share/gtk-doc/html 2>/dev/null || true +@unexec rmdir %D/share/gtk-doc 2>/dev/null || true |