diff options
author | gdt <gdt@pkgsrc.org> | 2008-10-19 00:11:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-10-19 00:11:49 +0000 |
commit | dc35f1c63def72d4e64595a6b21586f41d9e380d (patch) | |
tree | d69b169b516cf0e4feeda788d4099a9964f187e1 /databases | |
parent | a94b6384ab944bbaed9daa26c947ed0a90b23fe5 (diff) | |
download | pkgsrc-dc35f1c63def72d4e64595a6b21586f41d9e380d.tar.gz |
Comment out LICENSE=public-domain because we aren't putting in free
licenses yet. Noticed By smb@.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index c54df6f76a5..9fd2aeabc05 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2008/10/15 18:22:04 martti Exp $ +# $NetBSD: Makefile.common,v 1.26 2008/10/19 00:11:49 gdt Exp $ # used by databases/sqlite3-tcl/Makefile @@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sqlite.org/ COMMENT= SQL Database Engine in a C Library -LICENSE= public-domain +#LICENSE= public-domain DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches |