summaryrefslogtreecommitdiff
path: root/databases/sqlite
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2001-12-15 22:21:22 +0000
committerreinoud <reinoud@pkgsrc.org>2001-12-15 22:21:22 +0000
commit4dae5bda090974dd216cc2e97510f55605af055d (patch)
treef9128815322d822865ba064d05511ddd64d0fa3e /databases/sqlite
parent8967b5bd52b18d0abf841a1d798c2a6fe9b1648d (diff)
downloadpkgsrc-4dae5bda090974dd216cc2e97510f55605af055d.tar.gz
Small typo fixes to make `pkglint' happier....
Diffstat (limited to 'databases/sqlite')
-rw-r--r--databases/sqlite/DESCR1
-rw-r--r--databases/sqlite/Makefile4
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/sqlite/DESCR b/databases/sqlite/DESCR
index 4e7e99612a4..f83129be07c 100644
--- a/databases/sqlite/DESCR
+++ b/databases/sqlite/DESCR
@@ -8,4 +8,3 @@ library.
SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.
-
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index bf33c21ebc7..2462eaca923 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/12/15 22:18:41 reinoud Exp $
+# $NetBSD: Makefile,v 1.6 2001/12/15 22:21:22 reinoud Exp $
DISTNAME= sqlite-2.1.7
CATEGORIES= databases
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --without-tcl
CONFIGURE_ENV+= config_TARGET_READLINE_INC="-I${BUILDLINK_DIR}/include"
CFLAGS+= -DUINT32_TYPE=uint32_t -DUINT16_TYPE=uint16_t \
- -DUINT8_TYPE=uint8_t -DINTPTR_TYPE=long
+ -DUINT8_TYPE=uint8_t -DINTPTR_TYPE=long
post-extract:
${MKDIR} ${WRKSRC}