aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 07:40:29 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 07:40:29 +0800
commit8c9e7bad99d112ef8c409a562a3ce3102e29ebff (patch)
treef4f2eceaa2fd2b219ece5b77e5fe357078172089 /databases
parentfc0b41701dc0b3a81c73e822dc84f389d8d9ecd1 (diff)
downloadfreebsd-ports-graphics-8c9e7bad99d112ef8c409a562a3ce3102e29ebff.tar.gz
freebsd-ports-graphics-8c9e7bad99d112ef8c409a562a3ce3102e29ebff.tar.zst
freebsd-ports-graphics-8c9e7bad99d112ef8c409a562a3ce3102e29ebff.zip
Reduce over inclusions of bsd.port.mk
Remove license file for well known license
Diffstat (limited to 'databases')
-rw-r--r--databases/metakit/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile
index 4032bd2877a..91f3364124f 100644
--- a/databases/metakit/Makefile
+++ b/databases/metakit/Makefile
@@ -11,7 +11,6 @@ MAINTAINER= ports@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>