summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-07 11:32:08 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-07 11:32:08 +0000
commite8f567011851c40d858039b5aefd14011dd3720c (patch)
treed9abf2b6dc864ee2cdd42a4ce2ebb5a2cface29b /multimedia/gst-plugins/Makefile.common
parentf0c46ab77b6d3e0b49f2232c5f60c05467768c96 (diff)
downloadpkgsrc-e8f567011851c40d858039b5aefd14011dd3720c.tar.gz
Drop dynamic generation of DESCR files for gst-plugins-* packages, as it
broke 'make index' (pointed out by wiz@). This also lets us write more interesting and easier to find descriptions for packages.
Diffstat (limited to 'multimedia/gst-plugins/Makefile.common')
-rw-r--r--multimedia/gst-plugins/Makefile.common9
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common
index 17349606992..828fa31c232 100644
--- a/multimedia/gst-plugins/Makefile.common
+++ b/multimedia/gst-plugins/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/04/06 11:10:06 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/04/07 11:32:09 jmmv Exp $
#
DISTNAME= gst-plugins-0.8.0
@@ -126,7 +126,8 @@ INSTALL_DIRS= ${WRKSRC}/${GST_PLUGINS_DIR}
# Generate a description automatically.
DESCR_SRC= ${.CURDIR}/../../multimedia/gst-plugins/DESCR
-DESCR_SRC+= ${WRKDIR}/.gen_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
@@ -135,10 +136,6 @@ SUBST_STAGE.libs= pre-configure
SUBST_FILES.libs= ${GST_PLUGINS_DIR}/Makefile.in
SUBST_SED.libs= -e 's|$$(top_builddir)/gst-libs/gst/libgst|${BUILDLINK_PREFIX.gst-plugins}/lib/libgst|g'
-post-build:
- @${ECHO} "" >${WRKDIR}/.gen_descr
- @${ECHO} "This package provides the ${GST_PLUGINS_NAME} plugin for GStreamer." >>${WRKDIR}/.gen_descr
-
.include "../../multimedia/gst-plugins/buildlink3.mk"
.endif