diff options
author | asami <asami@FreeBSD.org> | 1998-07-25 02:43:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-25 02:43:57 +0800 |
commit | 4201fe75138a4b351eb4a461bef3fc6a81480742 (patch) | |
tree | c54c65b6fda4dff33bc8dd4dc885d8668f8bde74 /net/radius | |
parent | 8f8fa517cb7fd9b939d632ac93c40d04621a901f (diff) | |
download | freebsd-ports-gnome-4201fe75138a4b351eb4a461bef3fc6a81480742.tar.gz freebsd-ports-gnome-4201fe75138a4b351eb4a461bef3fc6a81480742.tar.zst freebsd-ports-gnome-4201fe75138a4b351eb4a461bef3fc6a81480742.zip |
radius is (mostly) not redistributable.
Pointed out by: jdp
Diffstat (limited to 'net/radius')
-rw-r--r-- | net/radius/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index fa52aacbc241..429350b1bce3 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -3,7 +3,7 @@ # Date created: 4. July 1996 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.6 1996/12/01 01:23:07 obrien Exp $ +# $Id: Makefile,v 1.7 1997/08/26 12:17:56 markm Exp $ # DISTNAME= radius.2.4.23 @@ -14,6 +14,10 @@ DISTFILES= radius.23c.basic.tar.gz MAINTAINER= torstenb@FreeBSD.ORG +# restrictive copyright in several files, e.g., "src/sendserver.c" +RESTRICTED= redistribution in binary only +NO_CDROM= not allowed to charge fee for redistribution + NO_WRKSUBDIR= yes INSTALL_TARGET= install-all MAKE-FLAGS+= -DPREFIX=${PREFIX} |