1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

BROKEN on alpha and amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-26 09:25:56 +00:00
parent 39749f9fd1
commit 7cbbfb76cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102171
2 changed files with 14 additions and 2 deletions

View File

@ -26,10 +26,16 @@ USE_REINPLACE= yes
MAN1= nip.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.endif
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -26,10 +26,16 @@ USE_REINPLACE= yes
MAN1= nip.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.endif
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>