summaryrefslogtreecommitdiff
path: root/shells/bash1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r--shells/bash1/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 649b5b911f4d..e44b06377eaa 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 ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>