1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Use RC_SUBR_SUFFIX

Approved by:	mnag (maintainer)
This commit is contained in:
Rong-En Fan 2007-02-06 11:49:46 +00:00
parent 2886fac158
commit 06fc0cebe4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184366

View File

@ -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)