aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:50:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:50:27 +0000
commitebbe2bdbbe85da071d8a5d165ab298093b7a5111 (patch)
treef2ed8df1eb58916ff7b1c0ab2661515bd7c6181c /databases/sqlite2
parent05f6b4ccaba8620de5ea5d83ed76ef10a4596aac (diff)
downloadports-ebbe2bdbbe85da071d8a5d165ab298093b7a5111.tar.gz
ports-ebbe2bdbbe85da071d8a5d165ab298093b7a5111.zip
Notes
Diffstat (limited to 'databases/sqlite2')
-rw-r--r--databases/sqlite2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
index 4ac24d504c03..058e43447c98 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
MAINTAINER= ports@FreeBSD.org
-COMMENT= An SQL database engine in a C library
+COMMENT= SQL database engine in a C library
USES= gmake pkgconfig
USE_AUTOTOOLS= libtool
@@ -36,7 +36,6 @@ USES+= tcl:build
.endif
.endif
-.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MTCL}
CATEGORIES+= lang tcl
COMMENT+= with TCL wrapper
@@ -87,4 +86,4 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${FILESDIR}/example.tcl ${EXAMPLESDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>