summaryrefslogtreecommitdiffstats
path: root/security/ssh2
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-04-14 15:04:29 +0000
committerwill <will@FreeBSD.org>2000-04-14 15:04:29 +0000
commitd7b903fee8641ab0a6359dc2903b4424d7e766dc (patch)
treef778be049a97cdd0429e1a11d18f0662516d1d5b /security/ssh2
parent55ac09c654b85cf5409980db79aebb121510a458 (diff)
downloadFreeBSD-ports-d7b903fee8641ab0a6359dc2903b4424d7e766dc.zip
FreeBSD-ports-d7b903fee8641ab0a6359dc2903b4424d7e766dc.tar.gz
Sorry to everyone, the commits previously broke installing for these ports.
Thanks to those who reported this. PRs: 17927, 17937 Submitted by: Keith Davey <redlance@primenet.com> maintainer (ssh2)
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index c1aa002..8d447d6 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -102,7 +102,7 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
${SED} -e 's+!!PREFIX!!+${PREFIX}+' < ${FILESDIR}/sshd.sh \
- > ${PREFIX}/etc/rc.d/sshd.sh
+ > ${PREFIX}/etc/rc.d/sshd.sh; \
${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \
fi
OpenPOWER on IntegriCloud