summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-05-06 12:12:58 +0000
committerjmmv <jmmv>2004-05-06 12:12:58 +0000
commit1a8b54765d58b53d167720a08b59a083bf80387f (patch)
treec3fe504d0a0feaf388dd9a36a3bc3ae8ccba9a72 /multimedia/gst-plugins
parentdd80682a40cee363e6114ff7c37245690cfaf6a8 (diff)
downloadpkgsrc-1a8b54765d58b53d167720a08b59a083bf80387f.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.blank1
-rw-r--r--multimedia/gst-plugins/Makefile.common7
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."