aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-09 00:40:05 +0800
committerpav <pav@FreeBSD.org>2009-01-09 00:40:05 +0800
commit6acc44c6df5ef33382cd4a50ec1ad98d9281dbd5 (patch)
tree0076aff31213341bbbe42d2674a0491597565f9e
parent92e6a45d5159e0aa9989ad95cdc07acb9fbbd844 (diff)
downloadfreebsd-ports-gnome-6acc44c6df5ef33382cd4a50ec1ad98d9281dbd5.tar.gz
freebsd-ports-gnome-6acc44c6df5ef33382cd4a50ec1ad98d9281dbd5.tar.zst
freebsd-ports-gnome-6acc44c6df5ef33382cd4a50ec1ad98d9281dbd5.zip
- Remove USE_RC_SUR (typo), USE_RC_SUBR is conditionally defined later
-rw-r--r--shells/scponly/Makefile4
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