summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 06:46:21 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 06:46:21 +0000
commit79de670626a64a5d2221ebd8ea846f26ecc20856 (patch)
tree6b130364b14a5552e6a453acac272cd1b8b757dd /multimedia
parent09919a7246469ce39e67497a77bf7b9674796d9b (diff)
downloadpkgsrc-79de670626a64a5d2221ebd8ea846f26ecc20856.tar.gz
DESTDIR support.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdvdcss/Makefile4
-rw-r--r--multimedia/libogg/Makefile3
2 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index 4f215d941ec..36ca9bc2b26 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/10/11 16:47:44 dillo Exp $
+# $NetBSD: Makefile,v 1.15 2006/11/03 06:55:40 joerg Exp $
#
# In order to ensure compliance with U.S. and international law, please
# do not modify this file to provide pointers to the source or homepage
@@ -14,6 +14,8 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= ${LIBDVDCSS_HOMEPAGE}
COMMENT= Simple library designed for accessing DVDs
+PKG_DESTDIR_SUPPORT= user-destdir
+
RESTRICTED= Legal problems due to CSS code
# no source because of the CSS source code in it
diff --git a/multimedia/libogg/Makefile b/multimedia/libogg/Makefile
index 09823632d49..ffeb86d6291 100644
--- a/multimedia/libogg/Makefile
+++ b/multimedia/libogg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/06/15 13:38:51 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2006/11/03 06:55:40 joerg Exp $
#
DISTNAME= libogg-1.1.3
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.xiph.org/ogg/
COMMENT= Ogg project codecs library
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES