diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:50:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:50:27 +0000 |
commit | ebbe2bdbbe85da071d8a5d165ab298093b7a5111 (patch) | |
tree | f2ed8df1eb58916ff7b1c0ab2661515bd7c6181c /databases/sqlite2 | |
parent | Reduce over inclusion of bsd.port.mk (diff) |
Reduce over inclusion of bsd.port.mk
Notes
Notes:
svn path=/head/; revision=339871
Diffstat (limited to 'databases/sqlite2')
-rw-r--r-- | databases/sqlite2/Makefile | 5 |
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> |