svn commit: r339865 - head/databases/mongodb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:42:18 UTC 2014


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>


More information about the svn-ports-all mailing list