summaryrefslogtreecommitdiff
path: root/shells/bash1/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 05:06:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 05:06:59 +0000
commitf20537279a27a75066b4cb6dfbcf3d783c1d2a06 (patch)
tree3e8cec7821c2ca5509492b310f40dad4b2adb1cc /shells/bash1/Makefile
parentIGNORE on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} (or CFLAGS or CC, ...) (diff)
BROKEN on ia64: Does not compile
Notes
Notes: svn path=/head/; revision=103167
Diffstat (limited to '')
-rw-r--r--shells/bash1/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 2270677c12bb..b3e871f24930 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -22,7 +22,13 @@ NOMANCOMPRESS= yes
MAN1= bash.1 bash_builtins.1
INFO= bash
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile on ia64"
+.endif
+
post-install:
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>