summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-07-27 14:01:42 +0000
committerheinz <heinz@pkgsrc.org>2008-07-27 14:01:42 +0000
commitee12c6d2faa9b7079729178dd3cc1ddca5e69b6d (patch)
treea6280dbf978ca363a30ae294feeba9daf1f266c5 /multimedia
parenta01e962e61690890a248fbc0d01f433e3d3438e8 (diff)
downloadpkgsrc-ee12c6d2faa9b7079729178dd3cc1ddca5e69b6d.tar.gz
The package supports installation to DESTDIR.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile
index 324f2e2361f..4997ee12757 100644
--- a/multimedia/gst-plugins0.10-good/Makefile
+++ b/multimedia/gst-plugins0.10-good/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2008/05/14 18:28:36 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2008/07/27 14:01:42 heinz Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "Makefile.common"
COMMENT+= good plugins
@@ -24,7 +26,7 @@ TEST_TARGET= check-torture
post-install:
${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \
- ${GCONF_SCHEMAS_DIR}
+ ${DESTDIR}${GCONF_SCHEMAS_DIR}
.include "../../devel/GConf/schemas.mk"
.include "../../devel/zlib/buildlink3.mk"