diff options
-rw-r--r-- | security/lsh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 4fe272e658d1..31c5eb59cd3c 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= eric@cybernut.com +MAINTAINER= ports@FreeBSD.org RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= yes @@ -23,9 +23,9 @@ 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 +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 lsh-decode-key |