From 891b2ed293e30746573d088e41e9b3cb34bdcd49 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 29 Jun 2011 03:16:27 +0000 Subject: Add "php" to default_acceptable_licenses. * Why DEFAULT_ACCEPTABLE_LICENSES is hardcoded here? * Should I update pkg_install's version? --- pkgtools/pkg_install/files/lib/license.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') 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 . @@ -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 " -- cgit v1.2.3