Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 23:42:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339865 - head/databases/mongodb
Message-ID:  <201401152342.s0FNgH8T087795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 15 23:42:17 2014
New Revision: 339865
URL: http://svnweb.freebsd.org/changeset/ports/339865
QAT: https://qat.redports.org/buildarchive/r339865/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/mongodb/Makefile

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Wed Jan 15 23:40:29 2014	(r339864)
+++ head/databases/mongodb/Makefile	Wed Jan 15 23:42:17 2014	(r339865)
@@ -70,8 +70,6 @@ SMOKE_TESTS+=	smokeSsl
 SCONS_TARGET=	core tools
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if ${OSVERSION} >= 1000024
 EXTRA_PATCHES=	${PATCHDIR}/clang-patch-src_mongo_db_fts_stemmer.cpp \
 		${PATCHDIR}/clang-patch-src_mongo_platform_unordered_map.h \
@@ -89,4 +87,4 @@ test: build-depends build
 		${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} ${SMOKE_TESTS}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152342.s0FNgH8T087795>