- Mark rssh as IGNORE on 4.x (wordexp() is not supported)

Maintainer informed.
This commit is contained in:
Clement Laforet 2004-05-23 13:31:11 +00:00
parent a5a6901ce1
commit af9fb6a9a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109786

View file

@ -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>