diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 05:26:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 05:26:51 +0000 |
commit | aef49ab09d008d28bf3ee4c8b8fc4921dde93c48 (patch) | |
tree | e02d46dfa3d882c670141359862804e5dd8af80f /textproc/nfbtrans/Makefile | |
parent | f20537279a27a75066b4cb6dfbcf3d783c1d2a06 (diff) |
Notes
Diffstat (limited to 'textproc/nfbtrans/Makefile')
-rw-r--r-- | textproc/nfbtrans/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/nfbtrans/Makefile b/textproc/nfbtrans/Makefile index a905df389c2d..5dca3450646a 100644 --- a/textproc/nfbtrans/Makefile +++ b/textproc/nfbtrans/Makefile @@ -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> |