mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark rssh as IGNORE on 4.x (wordexp() is not supported)
Maintainer informed.
This commit is contained in:
parent
a5a6901ce1
commit
af9fb6a9a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109786
1 changed files with 5 additions and 1 deletions
|
@ -18,4 +18,8 @@ GNU_CONFIGURE= yes
|
|||
MAN1= rssh.1
|
||||
PLIST_FILES= bin/rssh etc/rssh.conf.dist libexec/rssh_chroot_helper
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= wordexp() is not supported on 4.x
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue