mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
This commit is contained in:
parent
14d10152d6
commit
2883e69816
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256385
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user