diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 13:07:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 13:07:09 +0000 |
commit | 6c06b5f9932b2deb0878c5153f0556ebb9efc18b (patch) | |
tree | d05e441150538200ca659b5bf4f1b8fff3855c78 /shells/scponly/Makefile | |
parent | af1f6eeccea19b21b3b7da0dfd6f9b2f04cb9d1d (diff) |
Notes
Diffstat (limited to 'shells/scponly/Makefile')
-rw-r--r-- | shells/scponly/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index 88f32af3173a..7720ba1b6536 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -88,15 +88,15 @@ GNU_CONFIGURE= yes PATCH_STRIP= -p1 OPTIONS= SCPONLY_WILDCARDS "wildcards processing" on \ - SCPONLY_GFTP "gftp compatibility" on \ - SCPONLY_CHROOT "chroot functionality" off \ - SCPONLY_RSYNC "rsync compatibility" off \ - SCPONLY_SCP "vanilla scp compatibility" off \ - SCPONLY_SFTP_LOGGING "sftp logging compatibility" off \ - SCPONLY_SVN "subversion compatibility" off \ - SCPONLY_SVNSERVE "subversion compatibility svn+ssh://" off \ - SCPONLY_UNISON "unison compatibility" off \ - SCPONLY_WINSCP "WinSCP compatibility" off + SCPONLY_GFTP "gftp compatibility" on \ + SCPONLY_CHROOT "chroot functionality" off \ + SCPONLY_RSYNC "rsync compatibility" off \ + SCPONLY_SCP "vanilla scp compatibility" off \ + SCPONLY_SFTP_LOGGING "sftp logging compatibility" off \ + SCPONLY_SVN "subversion compatibility" off \ + SCPONLY_SVNSERVE "subversion compatibility svn+ssh://" off \ + SCPONLY_UNISON "unison compatibility" off \ + SCPONLY_WINSCP "WinSCP compatibility" off .include <bsd.port.pre.mk> @@ -115,6 +115,7 @@ CONFIGURE_ARGS+=--disable-gftp-compat .if defined(WITH_SCPONLY_CHROOT) PLIST_SUB+= SCPONLY_CHROOT="" CONFIGURE_ARGS+=--enable-chrooted-binary +USE_RC_SUBR= scponlyc .else PLIST_SUB+= SCPONLY_CHROOT="@comment " .endif |