diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:40:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:40:05 +0000 |
commit | 1d24e6311b5954785a9f3e251b9acc6f1710ab73 (patch) | |
tree | 32a3ee69d4d653edc1394efbc1990e8ceea49d60 /shells | |
parent | d339cc9509d351701c19aa26736a925ba9913597 (diff) | |
download | ports-1d24e6311b5954785a9f3e251b9acc6f1710ab73.tar.gz ports-1d24e6311b5954785a9f3e251b9acc6f1710ab73.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scponly/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index ad0448896727..3d572a30cc0a 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -82,8 +82,6 @@ COMMENT= A tiny shell that only permits scp and sftp MAN8= scponly.8 -USE_RC_SUR= scponlyc - GNU_CONFIGURE= yes OPTIONS= SCPONLY_WILDCARDS "wildcards processing" on \ @@ -114,7 +112,7 @@ CONFIGURE_ARGS+=--disable-gftp-compat .if defined(WITH_SCPONLY_CHROOT) PLIST_SUB+= SCPONLY_CHROOT="" CONFIGURE_ARGS+=--enable-chrooted-binary -USE_RC_SUBR= scponlyc +USE_RC_SUBR+= scponlyc .else PLIST_SUB+= SCPONLY_CHROOT="@comment " .endif |