diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index d3be877c87c7..c532b8bfe697 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -187,12 +187,7 @@ SUB_LIST+= ETCSSH="${ETCSSH}" PLIST_SUB+= EMPTYDIR="${EMPTYDIR}" CONFIGURE_ARGS+= --sysconfdir=${ETCSSH} --with-privsep-path=${EMPTYDIR} -# Sync this with bsd.port.mk -.if (${OSVERSION} >= 700007 || ( ${OSVERSION} < 700000 && ${OSVERSION} >= 600101 )) -RC_SCRIPT_NAME= openssh -.else -RC_SCRIPT_NAME= openssh.sh -.endif +RC_SCRIPT_NAME= openssh${RC_SUBR_SUFFIX} post-extract: .if defined(OPENSSH_SNAPSHOT) |