aboutsummaryrefslogtreecommitdiffstats
path: root/shells/rssh
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-05-23 21:31:11 +0800
committerclement <clement@FreeBSD.org>2004-05-23 21:31:11 +0800
commitfd8b8e946cd83830dfdae12951050e526210be5b (patch)
tree3b932482d686a0fd34e67a4e917fc4bdda018b47 /shells/rssh
parent44d876ac50ba80f98c67473731d5a6e1ad47aea2 (diff)
downloadfreebsd-ports-gnome-fd8b8e946cd83830dfdae12951050e526210be5b.tar.gz
freebsd-ports-gnome-fd8b8e946cd83830dfdae12951050e526210be5b.tar.zst
freebsd-ports-gnome-fd8b8e946cd83830dfdae12951050e526210be5b.zip
- Mark rssh as IGNORE on 4.x (wordexp() is not supported)
Maintainer informed.
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>