diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-29 00:58:39 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-29 00:58:39 +0000 |
commit | 98a081f282164b18a7a40a5dfeb50140c6d8a03c (patch) | |
tree | a2bf2c59d7aded023e1ad3b90e7d7d530ee7464f /security | |
parent | Update to 1.02 and assign maintainership to submitter. (diff) |
Current maintainer requests drop in maintainership and fix some whitespace
while i am touching this.
PR: ports/44571
Submitted by: Christian Brueffer <chris@unixpages.org>, maintainer
Notes
Notes:
svn path=/head/; revision=69066
Diffstat (limited to 'security')
-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 |