summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
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
commitf6f58c10b0ee2bcfb658b2b6de0abac0d1da6a7c (patch)
treeb7deff2e760a29c2e3dd2537f66b99cde0bba54c /pkgtools/pkg_install
parent74f6a19ec5f5c27fa5dd1382d64ee4a748d8d75d (diff)
downloadpkgsrc-f6f58c10b0ee2bcfb658b2b6de0abac0d1da6a7c.tar.gz
+ ipafont to default_acceptable_license.
Diffstat (limited to 'pkgtools/pkg_install')
-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