diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-11 14:20:00 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-11 14:20:00 +0800 |
commit | 7685078c7c7f3de70e9db18c13a4b33631461315 (patch) | |
tree | e82898c409c7c366e63bfcffb9ae7698e9c99ad8 /security/lsh/Makefile | |
parent | 72aeb7c7d444c87257fe6d36039de1cd66a18458 (diff) | |
download | freebsd-ports-gnome-7685078c7c7f3de70e9db18c13a4b33631461315.tar.gz freebsd-ports-gnome-7685078c7c7f3de70e9db18c13a4b33631461315.tar.zst freebsd-ports-gnome-7685078c7c7f3de70e9db18c13a4b33631461315.zip |
Update to version 1.0. The maintainer forgot to fix patches, I fixed them.
PR: 19834
Submitted by: Eric S <eric@cybernut.com>
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r-- | security/lsh/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 3c50a2ba9d97..654522661f3d 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= lsh -PORTVERSION= 0.9.11 +PORTVERSION= 1.0 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -22,8 +22,12 @@ INSTALL_TARGET= install CONFIGURE_ARGS+=--without-ipv6 .endif +MAN1= lsh_writekey.1 lsh_keygen.1 lsh.1 +MAN5= DSA.5 secsh.5 SHA.5 SPKI.5 +MAN8= lshd.8 + post-install: -.for BIN in lsh lsh_keygen lsh_writekey sexp_conv srp-gen +.for BIN in lsh lsh_keygen lsh_writekey sexp-conv srp-gen lsh-decode-key strip ${PREFIX}/bin/${BIN} .endfor .for SBIN in lshd lsh_proxy |