diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:50:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:50:27 +0800 |
commit | 4e0f9662a19f426760a089edb3fce0ec1aa9c394 (patch) | |
tree | f2ed8df1eb58916ff7b1c0ab2661515bd7c6181c /databases/sqlite2 | |
parent | cd0f2cb9ebec9e8c792f2be2ee752e657d38115c (diff) | |
download | freebsd-ports-gnome-4e0f9662a19f426760a089edb3fce0ec1aa9c394.tar.gz freebsd-ports-gnome-4e0f9662a19f426760a089edb3fce0ec1aa9c394.tar.zst freebsd-ports-gnome-4e0f9662a19f426760a089edb3fce0ec1aa9c394.zip |
Reduce over inclusion of bsd.port.mk
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> |