diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 06:46:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 06:46:21 +0000 |
commit | 79de670626a64a5d2221ebd8ea846f26ecc20856 (patch) | |
tree | 6b130364b14a5552e6a453acac272cd1b8b757dd /multimedia/libdvdcss | |
parent | 09919a7246469ce39e67497a77bf7b9674796d9b (diff) | |
download | pkgsrc-79de670626a64a5d2221ebd8ea846f26ecc20856.tar.gz |
DESTDIR support.
Diffstat (limited to 'multimedia/libdvdcss')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |