summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-10-19 00:11:49 +0000
committergdt <gdt@pkgsrc.org>2008-10-19 00:11:49 +0000
commitdc35f1c63def72d4e64595a6b21586f41d9e380d (patch)
treed69b169b516cf0e4feeda788d4099a9964f187e1
parenta94b6384ab944bbaed9daa26c947ed0a90b23fe5 (diff)
downloadpkgsrc-dc35f1c63def72d4e64595a6b21586f41d9e380d.tar.gz
Comment out LICENSE=public-domain because we aren't putting in free
licenses yet. Noticed By smb@.
-rw-r--r--databases/sqlite3/Makefile.common4
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