diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-06 12:12:58 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-06 12:12:58 +0000 |
commit | 3d434a1283f273c3e8709aa017b97c1bec7ca8f0 (patch) | |
tree | c3fe504d0a0feaf388dd9a36a3bc3ae8ccba9a72 /multimedia/gst-plugins | |
parent | 70a9188a1e7bae9db39aa154bfb6270aa079deec (diff) | |
download | pkgsrc-3d434a1283f273c3e8709aa017b97c1bec7ca8f0.tar.gz |
Very beleatedly switch to use static DESCR files for the multiple
gst-plugins-* packages. Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
Diffstat (limited to 'multimedia/gst-plugins')
-rw-r--r-- | multimedia/gst-plugins/DESCR.blank | 1 | ||||
-rw-r--r-- | multimedia/gst-plugins/Makefile.common | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/gst-plugins/DESCR.blank b/multimedia/gst-plugins/DESCR.blank deleted file mode 100644 index 8b137891791..00000000000 --- a/multimedia/gst-plugins/DESCR.blank +++ /dev/null @@ -1 +0,0 @@ - diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common index 407ce6f1e38..74708be320c 100644 --- a/multimedia/gst-plugins/Makefile.common +++ b/multimedia/gst-plugins/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/04/15 21:24:28 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/05/06 12:12:59 jmmv Exp $ # DISTNAME= gst-plugins-0.8.1 @@ -124,11 +124,6 @@ CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-${GST_PLUGINS_FLAG}/--enable-${GST BUILD_DIRS= ${WRKSRC}/${GST_PLUGINS_DIR} INSTALL_DIRS= ${WRKSRC}/${GST_PLUGINS_DIR} -# Generate a description automatically. -DESCR_SRC= ${.CURDIR}/../../multimedia/gst-plugins/DESCR -DESCR_SRC+= ${.CURDIR}/../../multimedia/gst-plugins/DESCR.blank -DESCR_SRC+= ${.CURDIR}/DESCR - # Fix paths to already installed libraries (by the gst-plugins package). SUBST_CLASSES+= libs SUBST_MESSAGE.libs= "Fixing path to dependent libraries." |