diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-05-23 13:31:11 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-05-23 13:31:11 +0000 |
commit | af9fb6a9a715d586a16bbba468ece8cf4574bd62 (patch) | |
tree | 9bea7b65d33c9eebafcb4833f101dbb5dd7bd207 /shells | |
parent | a5a6901ce18d34a0367fea651ba638efa7b5e2c0 (diff) | |
download | ports-af9fb6a9a715d586a16bbba468ece8cf4574bd62.tar.gz ports-af9fb6a9a715d586a16bbba468ece8cf4574bd62.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rssh/Makefile | 6 |
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> |