aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-05 23:05:24 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-05 23:05:24 +0000
commit47b836bfe5c397deb173a868525d4cba22cbb5fa (patch)
treeb00ca36f9787f08b1f4a9463899bf16db1e34540 /security/openssh-portable
parent7299d3170198ceb0c31eb3387c66dbfd5c161528 (diff)
downloadports-47b836bfe5c397deb173a868525d4cba22cbb5fa.tar.gz
ports-47b836bfe5c397deb173a868525d4cba22cbb5fa.zip
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 8fc1231401e7..e4cc11d4df1d 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -161,8 +161,7 @@ CONFIGURE_ARGS+= --localstatedir=/var
EMPTYDIR= /var/empty
PREFIX= /usr
ETCSSH= /etc/ssh
-USE_RC_SUBR= yes
-SUB_FILES+= openssh
+USE_RCORDER= openssh
PLIST_SUB+= NOTBASE="@comment "
PLIST_SUB+= BASE=""
PLIST_SUB+= BASEPREFIX="${PREFIX}"
@@ -223,14 +222,7 @@ pre-su-install:
post-install:
${INSTALL_DATA} -c ${WRKSRC}/ssh_config.out ${ETCSSH}/ssh_config-dist
${INSTALL_DATA} -c ${WRKSRC}/sshd_config.out ${ETCSSH}/sshd_config-dist
-.if defined(WITH_OVERWRITE_BASE)
- @${ECHO_CMD} "===> Installing rc.d startup script(s)"
- @${ECHO_CMD} "@cwd ${LOCALBASE}" >> ${TMPPLIST}
- @${MKDIR} ${LOCALBASE}/etc/rc.d
- @${INSTALL_SCRIPT} ${WRKDIR}/openssh ${LOCALBASE}/etc/rc.d/${RC_SCRIPT_NAME}
- @${ECHO_CMD} "etc/rc.d/${RC_SCRIPT_NAME}" >> ${TMPPLIST}
- @${ECHO_CMD} "@cwd ${PREFIX}" >> ${TMPPLIST}
-.endif
+
@${CAT} ${PKGMESSAGE}
test: build