diff options
author | beech <beech@FreeBSD.org> | 2007-06-22 15:30:42 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-06-22 15:30:42 +0800 |
commit | d5b6dbbf4d056329db7962bb938072deb42d8993 (patch) | |
tree | e391f577f67cfac3f0e917c767f2e09f7bf2d4a8 /shells/rssh | |
parent | 96a3c8b8ff5833df92d1906453501eb772b7a54b (diff) | |
download | freebsd-ports-gnome-d5b6dbbf4d056329db7962bb938072deb42d8993.tar.gz freebsd-ports-gnome-d5b6dbbf4d056329db7962bb938072deb42d8993.tar.zst freebsd-ports-gnome-d5b6dbbf4d056329db7962bb938072deb42d8993.zip |
- Remove 4.x cruft
- Partial commit (use of destdir is deprecated)
PR: ports/113930
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Approved by: sat (mentor)
Diffstat (limited to 'shells/rssh')
-rw-r--r-- | shells/rssh/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index 18210a511f87..84cb4a7df2a2 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -24,10 +24,6 @@ OPTIONS= RSYNC "rsync support" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= wordexp() is not supported on 4.x -.endif - .if defined(WITH_RSYNC) RUN_DEPENDS+= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync CONFIGURE_ARGS+=--with-rsync=${LOCALBASE}/bin/rsync |