svn commit: r339862 - head/databases/ldb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:34:25 UTC 2014


Author: bapt
Date: Wed Jan 15 23:34:24 2014
New Revision: 339862
URL: http://svnweb.freebsd.org/changeset/ports/339862
QAT: https://qat.redports.org/buildarchive/r339862/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/ldb/Makefile

Modified: head/databases/ldb/Makefile
==============================================================================
--- head/databases/ldb/Makefile	Wed Jan 15 23:33:03 2014	(r339861)
+++ head/databases/ldb/Makefile	Wed Jan 15 23:34:24 2014	(r339862)
@@ -103,8 +103,6 @@ CONFIGURE_TARGET=	configure
 ALL_TARGET=		build
 INSTALL_TARGET=		install
 
-.include <bsd.port.pre.mk>
-
 IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
 
 post-patch:
@@ -156,4 +154,4 @@ do-build:
 do-install:
 			@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${INSTALL_WRKSRC}/${WAF_TOOL} ${MAKE_ARGS} ${INSTALL_TARGET})
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list