diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-20 03:51:10 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-20 03:51:10 +0800 |
commit | 91b3f4be10fa4c264efa3e2ec214a9459cda5ec0 (patch) | |
tree | a239b486bf4c074831178e95d11d4f21b1efc247 /security/ssh2/Makefile | |
parent | 99f08aae493094be8e64134122c6cea043b8054b (diff) | |
download | freebsd-ports-gnome-91b3f4be10fa4c264efa3e2ec214a9459cda5ec0.tar.gz freebsd-ports-gnome-91b3f4be10fa4c264efa3e2ec214a9459cda5ec0.tar.zst freebsd-ports-gnome-91b3f4be10fa4c264efa3e2ec214a9459cda5ec0.zip |
The pkg_create(1) handles symlinks correctly. Delist manpages.
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 123ad708cf68..d13628771ddb 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.60 1998/08/17 10:42:38 vanilla Exp $ +# $Id: Makefile,v 1.61 1998/08/17 12:12:34 vanilla Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -119,6 +119,8 @@ post-install: ln -sf ssh.1.gz ${PREFIX}/man/man1/slogin.1.gz ln -sf ssh1.1.gz ${PREFIX}/man/man1/slogin1.1.gz ln -sf sshd1.8.gz ${PREFIX}/man/man8/sshd.8.gz +.else + ${ECHO} Warning---some manpages not installed. See port Makefile .endif @if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \ |