svn commit: r339864 - head/databases/metakit

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:40:30 UTC 2014


Author: bapt
Date: Wed Jan 15 23:40:29 2014
New Revision: 339864
URL: http://svnweb.freebsd.org/changeset/ports/339864
QAT: https://qat.redports.org/buildarchive/r339864/

Log:
  Reduce over inclusions of bsd.port.mk
  Remove license file for well known license

Modified:
  head/databases/metakit/Makefile

Modified: head/databases/metakit/Makefile
==============================================================================
--- head/databases/metakit/Makefile	Wed Jan 15 23:38:22 2014	(r339863)
+++ head/databases/metakit/Makefile	Wed Jan 15 23:40:29 2014	(r339864)
@@ -11,7 +11,6 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C++ embedded database engine, supports Python and Tcl
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/../license.terms
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds
 GNU_CONFIGURE=	yes
@@ -40,8 +39,6 @@ CATEGORIES+=	tcl
 USE_TCL=	84+
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if defined(USE_TCL)
 CONFIGURE_ARGS+=	--with-tcl=${TCL_INCLUDEDIR}
 CONFIGURE_ENV+=		TCL_LIBDIR=${TCL_LIBDIR}
@@ -90,4 +87,4 @@ test:
 	${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test-tcl)
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list