BROKEN on amd64 and ia64: Segfault during install

This commit is contained in:
Kris Kennaway 2004-03-07 05:26:51 +00:00
parent f20537279a
commit aef49ab09d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103168

View File

@ -22,6 +22,12 @@ NO_WRKSUBDIR= yes
ALL_TARGET= freebsd
MAKEFILE= makefile
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= "Does not install on ia64 or amd64 (segfault during install)"
.endif
do-install:
${MKDIR} ${PREFIX}/share/nfbtrans/tables
${INSTALL_PROGRAM} ${WRKSRC}/nfbtrans ${PREFIX}/bin
@ -40,4 +46,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>