diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 13:52:28 +0800 |
commit | c4a26e854bc716521cc036b6b2af382ca3e9f354 (patch) | |
tree | a083545526674c69152efa5a6d9d6c36905a818d /multimedia/gstreamer-plugins | |
parent | 3741cfb89629b7acd480b6f6e5c942f8fe50106b (diff) | |
download | freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.gz freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.tar.zst freebsd-ports-gnome-c4a26e854bc716521cc036b6b2af382ca3e9f354.zip |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index d0f0b594cc05..c671dc7ba0fd 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -207,7 +207,7 @@ PLIST_FILES= include/gstreamer-0.8/gst/gconf/gconf.h \ lib/libgstgconf-0.8.so \ lib/libgstgconf-0.8.so.1 \ libdata/pkgconfig/gstreamer-gconf-0.8.pc \ - '@unexec rmdir %D/include/gstreamer-0.8/gst/gconf 2>/dev/null || true' + '@dirrmtry include/gstreamer-0.8/gst/gconf' .endif # gdkpixbuf |