summaryrefslogtreecommitdiff
path: root/misc/mshell
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-06-13 07:13:10 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-06-13 07:13:10 +0000
commit6a6068570d30f41034c21a978b1c77011e435789 (patch)
tree821c0c3aefd060b59a8c76ee39fba265a6878544 /misc/mshell
parent8ad32408e4094b2053c0be14a4b7c186ed402bd3 (diff)
Notes
Diffstat (limited to 'misc/mshell')
-rw-r--r--misc/mshell/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile
index 15dfbb457f63..46c5cd0a1a84 100644
--- a/misc/mshell/Makefile
+++ b/misc/mshell/Makefile
@@ -25,4 +25,10 @@ do-extract:
zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \
${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH})
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>