diff options
author | kwm <kwm@FreeBSD.org> | 2005-03-31 21:26:18 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-03-31 21:26:18 +0000 |
commit | 26943a9e4eb8d61d720d132f0c91b5f9da63b4e6 (patch) | |
tree | 411fbd41181fe21a406536b6b10dc69b9148bcd7 | |
parent | 220127b3892a7de5daa6282c5ed992547d302308 (diff) | |
download | FreeBSD-ports-26943a9e4eb8d61d720d132f0c91b5f9da63b4e6.zip FreeBSD-ports-26943a9e4eb8d61d720d132f0c91b5f9da63b4e6.tar.gz |
Really fix plist the right way.
Cluebat provided by: marcus
Approved by: portmgr (krion)
-rw-r--r-- | devel/gstreamer-plugins-gconf/Makefile | 1 | ||||
-rw-r--r-- | devel/gstreamer-plugins-gconf80/Makefile | 1 | ||||
-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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/gstreamer-plugins-gconf/Makefile b/devel/gstreamer-plugins-gconf/Makefile index d349005..b3e68a1 100644 --- a/devel/gstreamer-plugins-gconf/Makefile +++ b/devel/gstreamer-plugins-gconf/Makefile @@ -6,6 +6,7 @@ # CATEGORIES= devel +PORTREVISION= 1 GST_PLUGIN= gconf diff --git a/devel/gstreamer-plugins-gconf80/Makefile b/devel/gstreamer-plugins-gconf80/Makefile index d349005..b3e68a1 100644 --- a/devel/gstreamer-plugins-gconf80/Makefile +++ b/devel/gstreamer-plugins-gconf80/Makefile @@ -6,6 +6,7 @@ # CATEGORIES= devel +PORTREVISION= 1 GST_PLUGIN= gconf diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 4f8324e..8b9af79 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 4f1a61a..34c1cb9 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 4f8324e..8b9af79 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 4f1a61a..34c1cb9 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 |