aboutsummaryrefslogtreecommitdiff
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
parent14d10152d6c4f3f51d19f709a28f1640693085f4 (diff)
downloadports-2883e69816cc3da87578b063699710cf735a127b.tar.gz
ports-2883e69816cc3da87578b063699710cf735a127b.zip
Notes
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>