diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-20 02:01:16 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-20 02:01:16 +0800 |
commit | 9a4217f8242b9ffb665f421cf70996d86048a31b (patch) | |
tree | 2246beb85259d6ca6b887002dd790c53ca534f20 | |
parent | 9be8a5ae920e94e69b36b7cc4d3c7665497cc1b8 (diff) | |
download | freebsd-ports-gnome-9a4217f8242b9ffb665f421cf70996d86048a31b.tar.gz freebsd-ports-gnome-9a4217f8242b9ffb665f421cf70996d86048a31b.tar.zst freebsd-ports-gnome-9a4217f8242b9ffb665f421cf70996d86048a31b.zip |
Attempt to remove lib/gstreamer-0.8 must be made with dirrmtry instead
of dirrm because other ports install files in this directory.
PR: ports/99015
Submitted by: vd
-rw-r--r-- | multimedia/gstreamer-plugins80/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index e61340fca449..f13b40e24f73 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/pkg-plist @@ -377,7 +377,7 @@ share/locale/sv/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/gst-plugins-%%VERSION%%.mo -@dirrm lib/gstreamer-%%VERSION%% +@dirrmtry lib/gstreamer-%%VERSION%% @dirrm include/gstreamer-%%VERSION%%/gst/xwindowlistener @dirrm include/gstreamer-%%VERSION%%/gst/xoverlay @dirrm include/gstreamer-%%VERSION%%/gst/video |