svn commit: r339871 - head/databases/sqlite2

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:50:27 UTC 2014


Author: bapt
Date: Wed Jan 15 23:50:27 2014
New Revision: 339871
URL: http://svnweb.freebsd.org/changeset/ports/339871
QAT: https://qat.redports.org/buildarchive/r339871/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/sqlite2/Makefile

Modified: head/databases/sqlite2/Makefile
==============================================================================
--- head/databases/sqlite2/Makefile	Wed Jan 15 23:48:20 2014	(r339870)
+++ head/databases/sqlite2/Makefile	Wed Jan 15 23:50:27 2014	(r339871)
@@ -8,7 +8,7 @@ CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/
 
 MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list