diff options
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
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) |