diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-06-11 13:21:01 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-06-11 13:21:01 +0000 |
commit | 2883e69816cc3da87578b063699710cf735a127b (patch) | |
tree | 5c03500d37c662882e75aded8e5403401916ffd0 /shells | |
parent | 14d10152d6c4f3f51d19f709a28f1640693085f4 (diff) | |
download | ports-2883e69816cc3da87578b063699710cf735a127b.tar.gz ports-2883e69816cc3da87578b063699710cf735a127b.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/pash/Makefile | 8 |
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> |