diff options
author | heinz <heinz> | 2008-07-27 14:01:42 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-07-27 14:01:42 +0000 |
commit | c5a46c9b9c9b94475fbd170a8919c0c16f90c0b5 (patch) | |
tree | a6280dbf978ca363a30ae294feeba9daf1f266c5 /multimedia/gst-plugins0.10-good | |
parent | d3c6b9ac73dfd3cd70564a3a905c43a5518d6149 (diff) | |
download | pkgsrc-c5a46c9b9c9b94475fbd170a8919c0c16f90c0b5.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile | 6 |
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" |