aboutsummaryrefslogtreecommitdiff
path: root/shells/rssh
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-05-23 13:31:11 +0000
committerClement Laforet <clement@FreeBSD.org>2004-05-23 13:31:11 +0000
commitaf9fb6a9a715d586a16bbba468ece8cf4574bd62 (patch)
tree9bea7b65d33c9eebafcb4833f101dbb5dd7bd207 /shells/rssh
parenta5a6901ce18d34a0367fea651ba638efa7b5e2c0 (diff)
downloadports-af9fb6a9a715d586a16bbba468ece8cf4574bd62.tar.gz
ports-af9fb6a9a715d586a16bbba468ece8cf4574bd62.zip
Notes
Diffstat (limited to 'shells/rssh')
-rw-r--r--shells/rssh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
index 58a892d2e6f1..19c4d38faf63 100644
--- a/shells/rssh/Makefile
+++ b/shells/rssh/Makefile
@@ -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>