pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-good The package supports i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d2ae2d12ff6
branches:  trunk
changeset: 545141:8d2ae2d12ff6
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Jul 27 14:01:42 2008 +0000

description:
The package supports installation to DESTDIR.

diffstat:

 multimedia/gst-plugins0.10-good/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 40105498d0b4 -r 8d2ae2d12ff6 multimedia/gst-plugins0.10-good/Makefile
--- a/multimedia/gst-plugins0.10-good/Makefile  Sun Jul 27 13:51:27 2008 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile  Sun Jul 27 14:01:42 2008 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index