From a40070a0a56443ef85115a19f4bdbbf1bcf070e8 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Sat, 11 Jan 2014 08:49:31 +0000 Subject: - Use BROKEN_sparc64 and avoid PR: ports/185654 Submitted by: jgh --- games/xboard/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/xboard/Makefile b/games/xboard/Makefile index de345090b251..619aec34fd6a 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -41,11 +41,7 @@ DATADIR= ${PREFIX}/share/games/${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README SHORTLOG TODO -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64 -.endif +BROKEN_sparc64= Does not install on sparc64 post-patch: @${REINPLACE_CMD} -e 's/fairymax/gnuchessx/' ${WRKSRC}/xboard.conf.in @@ -54,6 +50,8 @@ post-patch: @${REINPLACE_CMD} -e 's:INSTALL.*sysconfdir):&/$$$$files.dist:' \ ${WRKSRC}/Makefile.in +.include + post-install: @${INSTALL_SCRIPT} ${WRKSRC}/cmail ${STAGEDIR}${PREFIX}/bin/ @${CP} -pn ${STAGEDIR}${PREFIX}/etc/xboard.conf.dist \ @@ -63,4 +61,4 @@ post-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif -.include +.include -- cgit v1.2.3