summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-06-11 13:21:01 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-06-11 13:21:01 +0000
commit2883e69816cc3da87578b063699710cf735a127b (patch)
tree5c03500d37c662882e75aded8e5403401916ffd0 /shells
parentUpdate to curl-7.20.1 and specify the MIT license. (diff)
Mark IGNORE on 8.0 and higher.
Doesn't handle pseudo-terminal names (/dev/pts/%d). Submitted by: Andrius Morkunas <kinokind@gmail.com>, Ed Schouten
Notes
Notes: svn path=/head/; revision=256385
Diffstat (limited to 'shells')
-rw-r--r--shells/pash/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/pash/Makefile b/shells/pash/Makefile
index 37231c055e48..f7603f9428a3 100644
--- a/shells/pash/Makefile
+++ b/shells/pash/Makefile
@@ -18,6 +18,12 @@ NO_WRKSUBDIR= yes
MAKEFILE= makefile
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+IGNORE= Core dumps on execution
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pash ${PREFIX}/bin/pash
@@ -28,4 +34,4 @@ post-install:
${ECHO_CMD} ${PREFIX}/bin/pash) > /etc/shells
@${RM} /etc/shells.bak
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>