diff options
author | agc <agc@pkgsrc.org> | 2005-10-06 21:04:49 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-10-06 21:04:49 +0000 |
commit | f41829da2b3d10f245fa1b9eb190510390bf688f (patch) | |
tree | 9023d6442d611d42569558d9b720f08f575af062 /mk | |
parent | a7567a0ef48958c89660fced1dca40b393b0865b (diff) | |
download | pkgsrc-f41829da2b3d10f245fa1b9eb190510390bf688f.tar.gz |
Clarify the language used in a couple of definitions.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 4872fca4e03..1c4a9a3ffc6 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.81 2005/10/04 21:45:02 reed Exp $ +# $NetBSD: mk.conf,v 1.82 2005/10/06 21:04:49 agc Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1188,14 +1188,20 @@ JSDK_HOME?= ${JAVA_HOME}/jsdk # Default: not defined #LIBDVDCSS_HOMEPAGE= -# Used in libdvdcss package as the homepage - we are unable to point this -# to one of the real sites for legal reasons +# Used in libdvdcss package as the homepage. +# In order to ensure compliance with U.S. and international law, please +# do not modify this variable to provide pointers to the homepage +# for this software or submit any PRs telling us the contents of the +# LIBDVDCSS_HOMEPAGE definition in this Makefile. # Possible: any libdvdcss site # Default: not defined #LIBDVDCSS_MASTER_SITES= -# Used in libdvdcss package as the master site - we are unable to point this -# to one of the real sites for legal reasons +# Used in libdvdcss package as the master site. +# In order to ensure compliance with U.S. and international law, please +# do not modify this variable to provide pointers to the homepage +# for this software or submit any PRs telling us the contents of the +# LIBDVDCSS_MASTER_SITES definition in this Makefile. # Possible: any libdvdcss site # Default: not defined |