diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 05:58:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-09 05:58:00 +0000 |
commit | 9deec151d71cb5683208858ffbd806bd8a58316a (patch) | |
tree | 83827cd2bbf96f77a01ee544b7bd25d561bb353d /security/ssh/Makefile | |
parent | 9d395164e4efbffd0ce53a21ed40eee6e4f65067 (diff) | |
download | ports-9deec151d71cb5683208858ffbd806bd8a58316a.tar.gz ports-9deec151d71cb5683208858ffbd806bd8a58316a.zip |
Notes
Diffstat (limited to 'security/ssh/Makefile')
-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= \ |