mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Mark amd64 as BROKEN. Does not compile.
Notified by: kris
This commit is contained in:
parent
5a89e0e8c2
commit
d3ebfc4683
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146205
@ -40,6 +40,12 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
|
||||
DISTFILES+= SoyaTutorial-${PORTVERSION}${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile in ${ARCH}"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DIR} ${EXAMPLESDIR}
|
||||
@${CP} -R ${WRKDIR}/SoyaTutorial-${PORTVERSION}/tutorial/* ${EXAMPLESDIR}
|
||||
@ -53,4 +59,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user