diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /security | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'security')
-rw-r--r-- | security/fwtk/Makefile | 7 | ||||
-rw-r--r-- | security/ssh/Makefile | 11 | ||||
-rw-r--r-- | security/ssh2/Makefile | 11 |
3 files changed, 13 insertions, 16 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 48f2dc50b802..227338a6f2e4 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -3,7 +3,7 @@ # Date created: 15th June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.4 1996/09/19 09:58:47 gpalmer Exp $ +# $Id: Makefile,v 1.5 1996/11/13 18:15:02 markm Exp $ # DISTNAME= fwtk-1.3 @@ -47,11 +47,6 @@ post-install: ( cd ${WRKSRC}/doc/man ; ${INSTMAN} ${MAN3} ${PREFIX}/man/man3 ) ( cd ${WRKSRC}/doc/man ; ${INSTMAN} ${MAN5} ${PREFIX}/man/man5 ) ( cd ${WRKSRC}/doc/man ; ${INSTMAN} ${MAN8} ${PREFIX}/man/man8 ) -.if !defined(NOMANCOMPRESS) - ( cd ${PREFIX}/man/man3; gzip -9nfv ${MAN3} ) - ( cd ${PREFIX}/man/man5; gzip -9nfv ${MAN5} ) - ( cd ${PREFIX}/man/man8; gzip -9nfv ${MAN8} ) -.endif .if !defined(NOPORTDOCS) ( cd ${WRKSRC}/doc ; cp ${DOCS} ${PREFIX}/share/doc/fwtk ) .endif diff --git a/security/ssh/Makefile b/security/ssh/Makefile index cee948601bbe..16ea37b9c5de 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.33 1996/08/19 10:31:04 asami Exp $ +# $Id: Makefile,v 1.34 1996/10/16 04:55:58 ache Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -52,6 +52,11 @@ CONFIGURE_ARGS+= --with-secureid CONFIGURE_ARGS+= --without-idea .endif +MAN1= scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 \ + make-ssh-known-hosts.1 +MAN8= sshd.8 + + pre-patch: @mv -f ${WRKSRC}/make-ssh-known-hosts.pl \ ${WRKSRC}/make-ssh-known-hosts.pl.in @@ -80,10 +85,6 @@ post-install: ${PREFIX}/bin/ssh-keygen -f ${PREFIX}/etc/ssh_host_key -N ""; \ fi .if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/scp.1 ${PREFIX}/man/man1/ssh-add.1 \ - ${PREFIX}/man/man1/ssh-agent.1 ${PREFIX}/man/man1/ssh-keygen.1 \ - ${PREFIX}/man/man1/ssh.1 ${PREFIX}/man/man8/sshd.8 \ - ${PREFIX}/man/man1/make-ssh-known-hosts.1 rm -f ${PREFIX}/man/man1/slogin.1 ln -sf ssh.1.gz ${PREFIX}/man/man1/slogin.1.gz .endif diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index cee948601bbe..16ea37b9c5de 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.33 1996/08/19 10:31:04 asami Exp $ +# $Id: Makefile,v 1.34 1996/10/16 04:55:58 ache Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -52,6 +52,11 @@ CONFIGURE_ARGS+= --with-secureid CONFIGURE_ARGS+= --without-idea .endif +MAN1= scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 \ + make-ssh-known-hosts.1 +MAN8= sshd.8 + + pre-patch: @mv -f ${WRKSRC}/make-ssh-known-hosts.pl \ ${WRKSRC}/make-ssh-known-hosts.pl.in @@ -80,10 +85,6 @@ post-install: ${PREFIX}/bin/ssh-keygen -f ${PREFIX}/etc/ssh_host_key -N ""; \ fi .if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/scp.1 ${PREFIX}/man/man1/ssh-add.1 \ - ${PREFIX}/man/man1/ssh-agent.1 ${PREFIX}/man/man1/ssh-keygen.1 \ - ${PREFIX}/man/man1/ssh.1 ${PREFIX}/man/man8/sshd.8 \ - ${PREFIX}/man/man1/make-ssh-known-hosts.1 rm -f ${PREFIX}/man/man1/slogin.1 ln -sf ssh.1.gz ${PREFIX}/man/man1/slogin.1.gz .endif |