aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-27 14:14:03 +0800
committerdougb <dougb@FreeBSD.org>2010-03-27 14:14:03 +0800
commit900531be02031d460aa67f30419e11b88f4793a5 (patch)
tree9fb7f57b501618cde2fc6c63cd6fb55ac800c0a6 /security/openssh-portable
parent8e271e9fa1cec635d3e517862641269e59a0d241 (diff)
downloadfreebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.gz
freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.zst
freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.zip
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name.
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 34f910f89977..b17fcf6d52f8 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -215,7 +215,7 @@ SUB_LIST+= ETCSSH="${ETCSSH}"
PLIST_SUB+= EMPTYDIR="${EMPTYDIR}"
CONFIGURE_ARGS+= --sysconfdir=${ETCSSH} --with-privsep-path=${EMPTYDIR}
-RC_SCRIPT_NAME= openssh${RC_SUBR_SUFFIX}
+RC_SCRIPT_NAME= openssh
post-extract:
.if defined(OPENSSH_SNAPSHOT)