diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-12 10:53:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-12 10:53:34 +0000 |
commit | 564d57404cbd23ecf02673b6e53effb1851fd558 (patch) | |
tree | f45f33611491c0373f2a01ac5d6807265be6c2c2 /net/radius | |
parent | a561d1e61fdecc63f4ad9f2cab654ed95f2be784 (diff) | |
download | ports-564d57404cbd23ecf02673b6e53effb1851fd558.tar.gz ports-564d57404cbd23ecf02673b6e53effb1851fd558.zip |
Notes
Diffstat (limited to 'net/radius')
-rw-r--r-- | net/radius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index b12b05a1d65e..f454fd536a52 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -3,13 +3,13 @@ # Date created: 4. July 1996 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1996/07/05 23:47:28 torstenb Exp $ +# $Id: Makefile,v 1.2 1996/07/07 10:50:48 torstenb Exp $ # DISTNAME= radius.2.4.21 PKGNAME= radius-2.4.21 CATEGORIES= net -MASTER_SITES= ftp://ftp.merit.edu/radius/release/ +MASTER_SITES= ftp://ftp.merit.edu/radius/releases/ # Restrictive copyright in src/rlmadmin.c RESTRICTED= "use for non-profit, non-commercial purposes on a shareware basis" |