diff options
author | taca <taca@pkgsrc.org> | 2011-06-29 03:16:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-29 03:16:27 +0000 |
commit | ca7106c349996bf6e9ebf1d9129789695eb7825a (patch) | |
tree | 67af9a2722096db4a0fc54d4bc90e18ec04c36c4 /pkgtools/pkg_install | |
parent | d5f496394f08802492cc81de214992709f172edc (diff) | |
download | pkgsrc-ca7106c349996bf6e9ebf1d9129789695eb7825a.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/pkg_install')
-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 " |