diff options
author | kwm <kwm@FreeBSD.org> | 2005-04-01 05:26:18 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-04-01 05:26:18 +0800 |
commit | 26943a9e4eb8d61d720d132f0c91b5f9da63b4e6 (patch) | |
tree | 411fbd41181fe21a406536b6b10dc69b9148bcd7 /multimedia | |
parent | 220127b3892a7de5daa6282c5ed992547d302308 (diff) | |
download | freebsd-ports-gnome-26943a9e4eb8d61d720d132f0c91b5f9da63b4e6.tar.gz freebsd-ports-gnome-26943a9e4eb8d61d720d132f0c91b5f9da63b4e6.tar.zst freebsd-ports-gnome-26943a9e4eb8d61d720d132f0c91b5f9da63b4e6.zip |
Really fix plist the right way.
Cluebat provided by: marcus
Approved by: portmgr (krion)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/pkg-plist | 1 |
4 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 4f8324e383e4..8b9af7982af3 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -68,7 +68,6 @@ GST_ALL_PLUGINS= \ sidplay \ smoothwave \ sndfile \ - sunaudio \ speex \ swfdec \ tarkin \ @@ -193,7 +192,8 @@ PLIST_FILES= include/gstreamer-0.8/gst/gconf/gconf.h \ lib/libgstgconf-0.8.a \ lib/libgstgconf-0.8.so \ lib/libgstgconf-0.8.so.1 \ - libdata/pkgconfig/gstreamer-gconf-0.8.pc + libdata/pkgconfig/gstreamer-gconf-0.8.pc \ + '@unexec rmdir %D/include/gstreamer-0.8/gst/gconf 2>/dev/null || true' .endif # gdkpixbuf diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 4f1a61a84d1f..34c1cb99238e 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -174,7 +174,6 @@ share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @dirrm include/gstreamer-%%VERSION%%/gst/mixer @dirrm include/gstreamer-%%VERSION%%/gst/media-info @dirrm include/gstreamer-%%VERSION%%/gst/idct -@unexec rmdir %D/include/gstreamer-%%VERSION%%/gst/gconf 2>/dev/null || true @dirrm include/gstreamer-%%VERSION%%/gst/floatcast @dirrm include/gstreamer-%%VERSION%%/gst/colorbalance @dirrm include/gstreamer-%%VERSION%%/gst/audio diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 4f8324e383e4..8b9af7982af3 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -68,7 +68,6 @@ GST_ALL_PLUGINS= \ sidplay \ smoothwave \ sndfile \ - sunaudio \ speex \ swfdec \ tarkin \ @@ -193,7 +192,8 @@ PLIST_FILES= include/gstreamer-0.8/gst/gconf/gconf.h \ lib/libgstgconf-0.8.a \ lib/libgstgconf-0.8.so \ lib/libgstgconf-0.8.so.1 \ - libdata/pkgconfig/gstreamer-gconf-0.8.pc + libdata/pkgconfig/gstreamer-gconf-0.8.pc \ + '@unexec rmdir %D/include/gstreamer-0.8/gst/gconf 2>/dev/null || true' .endif # gdkpixbuf diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index 4f1a61a84d1f..34c1cb99238e 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/pkg-plist @@ -174,7 +174,6 @@ share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @dirrm include/gstreamer-%%VERSION%%/gst/mixer @dirrm include/gstreamer-%%VERSION%%/gst/media-info @dirrm include/gstreamer-%%VERSION%%/gst/idct -@unexec rmdir %D/include/gstreamer-%%VERSION%%/gst/gconf 2>/dev/null || true @dirrm include/gstreamer-%%VERSION%%/gst/floatcast @dirrm include/gstreamer-%%VERSION%%/gst/colorbalance @dirrm include/gstreamer-%%VERSION%%/gst/audio |