diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-06 19:49:46 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-06 19:49:46 +0800 |
commit | d1660044d2dc1ff3337e64a06a896f30c13a34a0 (patch) | |
tree | e1b06a5071de38114365a5469b388393d94988d1 | |
parent | 9c89489000bea926e13990c611eb491921d3ee1d (diff) | |
download | freebsd-ports-gnome-d1660044d2dc1ff3337e64a06a896f30c13a34a0.tar.gz freebsd-ports-gnome-d1660044d2dc1ff3337e64a06a896f30c13a34a0.tar.zst freebsd-ports-gnome-d1660044d2dc1ff3337e64a06a896f30c13a34a0.zip |
- Use RC_SUBR_SUFFIX
Approved by: mnag (maintainer)
-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) |