1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Reduce over inclusion of bsd.port.mk

This commit is contained in:
Baptiste Daroussin 2014-01-15 22:50:18 +00:00
parent 06600f966f
commit 281fdcd544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339843

View File

@ -33,6 +33,8 @@ do-extract:
cd ${WRKSRC} && (${GZCAT} ${DISTDIR}/$${f} | ${SH} >/dev/null); \
done
BROKEN_powerpc= Does not build: runs out of space on powerpc
.include <bsd.port.options.mk>
post-install:
@ -46,10 +48,4 @@ post-install:
.endfor
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
IGNORE= does not build: runs out of space on powerpc
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>