diff options
author | asami <asami@FreeBSD.org> | 1995-11-09 13:58:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-09 13:58:00 +0800 |
commit | f523eda955c2795927c105fd829dc8e91b287ec0 (patch) | |
tree | e25508f5e95d45f129f1e023aa5a88e4030d732b /security/ssh | |
parent | 4a27c8944d0c825b4c72a68e98ba28c52b5a2541 (diff) | |
download | freebsd-ports-gnome-f523eda955c2795927c105fd829dc8e91b287ec0.tar.gz freebsd-ports-gnome-f523eda955c2795927c105fd829dc8e91b287ec0.tar.zst freebsd-ports-gnome-f523eda955c2795927c105fd829dc8e91b287ec0.zip |
Add torstenb as maintainer.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 3dc9d363c90a..e913d4f3de52 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.2 1995/10/07 13:08:35 torstenb Exp $ +# $Id: Makefile,v 1.3 1995/10/10 17:02:24 ache Exp $ # DISTNAME= ssh-1.2.10 @@ -11,6 +11,8 @@ CATEGORIES= security networking MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/ \ ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ +MAINTAINER= torstenb@FreeBSD.ORG + .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz MASTER_SITES= \ |