Reduce over inclusion of bsd.port.mk

This commit is contained in:
Baptiste Daroussin
2014-01-15 23:48:20 +00:00
parent 23d876c60e
commit 05f6b4ccab

View File

@@ -32,8 +32,6 @@ MYSQLCLIENT_R_DESC= Use libmysqlclient_r (thread safe)
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>