summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-04-26 11:54:31 +0000
committerobache <obache@pkgsrc.org>2010-04-26 11:54:31 +0000
commitdcf9f69783e89448d4acae7f895b931ab522668e (patch)
treeb7deff2e760a29c2e3dd2537f66b99cde0bba54c /pkgtools
parent966e93d68c0e9ba6c241beabaaa722a0a0485c76 (diff)
downloadpkgsrc-dcf9f69783e89448d4acae7f895b931ab522668e.tar.gz
+ ipafont to default_acceptable_license.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/license.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c
index 5207ae94218..dbeccf56d5c 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.12 2010/04/20 00:39:13 joerg Exp $ */
+/* $NetBSD: license.c,v 1.13 2010/04/26 11:54:31 obache Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -60,6 +60,7 @@ const char *default_acceptable_licenses =
"mpl-1.0 mpl-1.1 "
"zpl "
"python-software-foundation "
+ "ipafont "
"info-zip";
#ifdef DEBUG