Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 15:19:24 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338446 - head/databases/mongodb
Message-ID:  <201401021519.s02FJO9N050169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Thu Jan  2 15:19:24 2014
New Revision: 338446
URL: http://svnweb.freebsd.org/changeset/ports/338446

Log:
  Unbreak:
  
  /!\ mongodb-2.4.8: Makefile errors /!\
  
  you cannot include bsd.port[.pre].mk twice
  
  *** Error code 1

Modified:
  head/databases/mongodb/Makefile

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Thu Jan  2 15:19:00 2014	(r338445)
+++ head/databases/mongodb/Makefile	Thu Jan  2 15:19:24 2014	(r338446)
@@ -89,4 +89,4 @@ test: build-depends build
 		${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} ${SMOKE_TESTS}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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