svn commit: r339859 - head/databases/db41

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


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

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/databases/db41/Makefile

Modified: head/databases/db41/Makefile
==============================================================================
--- head/databases/db41/Makefile	Wed Jan 15 23:24:19 2014	(r339858)
+++ head/databases/db41/Makefile	Wed Jan 15 23:25:24 2014	(r339859)
@@ -38,7 +38,6 @@ PORTDOCS=	*
 .endif
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 
 .if ${ARCH} == amd64
 CONFIGURE_ARGS+=	--with-mutex=x86/gcc-assembly
@@ -48,4 +47,4 @@ post-patch:
 	@${REINPLACE_CMD} -Ee \
 		's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list