summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortaca <taca>2011-06-29 03:16:27 +0000
committertaca <taca>2011-06-29 03:16:27 +0000
commit891b2ed293e30746573d088e41e9b3cb34bdcd49 (patch)
tree67af9a2722096db4a0fc54d4bc90e18ec04c36c4 /pkgtools
parent6675f1a4a8d76f8b83d9338efb3b61998e6abe4e (diff)
downloadpkgsrc-891b2ed293e30746573d088e41e9b3cb34bdcd49.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.c4
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 "