svn commit: r339872 - head/databases/tdb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:51:19 UTC 2014


Author: bapt
Date: Wed Jan 15 23:51:19 2014
New Revision: 339872
URL: http://svnweb.freebsd.org/changeset/ports/339872
QAT: https://qat.redports.org/buildarchive/r339872/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/tdb/Makefile

Modified: head/databases/tdb/Makefile
==============================================================================
--- head/databases/tdb/Makefile	Wed Jan 15 23:50:27 2014	(r339871)
+++ head/databases/tdb/Makefile	Wed Jan 15 23:51:19 2014	(r339872)
@@ -71,8 +71,6 @@ CONFIGURE_ARGS+=	--disable-python
 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:
@@ -108,4 +106,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