diff options
author | pat <pat@FreeBSD.org> | 2002-10-29 08:58:39 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-10-29 08:58:39 +0800 |
commit | d7913786158a10f5ecb9418cbe70fec57799c675 (patch) | |
tree | daa5b96368f3e5c4897f599c97f6bbfdc752594f /security/lsh | |
parent | cf025b3db52a4165eedfc985788fe223fec02920 (diff) | |
download | freebsd-ports-gnome-d7913786158a10f5ecb9418cbe70fec57799c675.tar.gz freebsd-ports-gnome-d7913786158a10f5ecb9418cbe70fec57799c675.tar.zst freebsd-ports-gnome-d7913786158a10f5ecb9418cbe70fec57799c675.zip |
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
Diffstat (limited to 'security/lsh')
-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 |