diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-06 11:49:46 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-06 11:49:46 +0000 |
commit | 06fc0cebe4029febe3f3b8bdcefef8a1bc1ac300 (patch) | |
tree | cdc1e717dc238d543692be8cac562e02a4066cbc /security/openssh-portable | |
parent | 2886fac158d2d230b6f8ef854547c8d1e2e8852a (diff) |
Notes
Diffstat (limited to 'security/openssh-portable')
-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) |