summaryrefslogtreecommitdiff
path: root/java/sqlitejdbc
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2014-07-05 19:27:03 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2014-07-05 19:27:03 +0000
commit021be14f65e3b732ae6982186bf54dbd69a69883 (patch)
tree549a2be83e3dcddc6f89b8dad7a2a0255a9fc86a /java/sqlitejdbc
parent- Add USES=libtool (diff)
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
Notes
Notes: svn path=/head/; revision=360810
Diffstat (limited to 'java/sqlitejdbc')
-rw-r--r--java/sqlitejdbc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sqlitejdbc/Makefile b/java/sqlitejdbc/Makefile
index 10a26f4da91b..986ff1b092a4 100644
--- a/java/sqlitejdbc/Makefile
+++ b/java/sqlitejdbc/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://files.zentus.com/sqlitejdbc/
EXTRACT_SUFX= .tgz
MAINTAINER= lapo@lapo.it
-COMMENT= A Java JDBC driver for SQLite
+COMMENT= Java JDBC driver for SQLite
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3