diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 07:30:42 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 07:30:42 +0000 |
commit | 84334daf45125b3b5957cd28c3937f4da5b3c874 (patch) | |
tree | 714a970553ba19b2408f21a490dd173b1b073da4 /shells | |
parent | Unbreak for gcc 4.2. (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=194042
Diffstat (limited to 'shells')
-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 |