diff options
author | taca <taca> | 2011-06-29 03:16:27 +0000 |
---|---|---|
committer | taca <taca> | 2011-06-29 03:16:27 +0000 |
commit | dcb6a11f7c6de9cc8ceade5137e81a485dbb8211 (patch) | |
tree | 67af9a2722096db4a0fc54d4bc90e18ec04c36c4 /pkgtools | |
parent | 01c7bd55839f082ea8a557f0cfe43e7fc6054544 (diff) | |
download | pkgsrc-dcb6a11f7c6de9cc8ceade5137e81a485dbb8211.tar.gz |
Add "php" to default_acceptable_licenses.
* Why DEFAULT_ACCEPTABLE_LICENSES is hardcoded here?
* Should I update pkg_install's version?
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index 02e95354848..1fe8e6535be 100644 --- a/pkgtools/pkg_install/files/lib/license.c +++ b/pkgtools/pkg_install/files/lib/license.c @@ -1,4 +1,4 @@ -/* $NetBSD: license.c,v 1.20 2011/05/08 10:53:22 ryoon Exp $ */ +/* $NetBSD: license.c,v 1.21 2011/06/29 03:16:27 taca Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -59,7 +59,7 @@ const char *default_acceptable_licenses = "cpl-1.0 " "open-font-license " "mpl-1.0 mpl-1.1 " - "png-license " + "php png-license " "postgresql-license " "zpl " "python-software-foundation " |