Reduce over inclusion of bsd.port.mk

This commit is contained in:
Baptiste Daroussin 2014-01-15 23:25:24 +00:00
parent 72d170001a
commit d766db32ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339859

View file

@ -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>