svn commit: r339870 - head/databases/py-MySQLdb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:48:21 UTC 2014


Author: bapt
Date: Wed Jan 15 23:48:20 2014
New Revision: 339870
URL: http://svnweb.freebsd.org/changeset/ports/339870
QAT: https://qat.redports.org/buildarchive/r339870/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/py-MySQLdb/Makefile

Modified: head/databases/py-MySQLdb/Makefile
==============================================================================
--- head/databases/py-MySQLdb/Makefile	Wed Jan 15 23:47:04 2014	(r339869)
+++ head/databases/py-MySQLdb/Makefile	Wed Jan 15 23:48:20 2014	(r339870)
@@ -32,8 +32,6 @@ MYSQLCLIENT_R_DESC=	Use libmysqlclient_r
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.include <bsd.port.pre.mk>
-
 .if ${PORT_OPTIONS:MMYSQLCLIENT_R}
 pre-configure:
 	@${REINPLACE_CMD} -E -e "s|(threadsafe.*)True|\1 False|" \
@@ -47,4 +45,4 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list