diff options
author | obrien <obrien@FreeBSD.org> | 1997-08-15 08:32:52 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-08-15 08:32:52 +0000 |
commit | 874b85cbbaa3efcd017e29ee276ca4d980753ad1 (patch) | |
tree | b0a35d50a70a0164b020a602db65c556f237f625 /net/socks5 | |
parent | ab1826563fc6fda5e974f34f6f01515d4a43fc7b (diff) | |
download | FreeBSD-ports-874b85cbbaa3efcd017e29ee276ca4d980753ad1.zip FreeBSD-ports-874b85cbbaa3efcd017e29ee276ca4d980753ad1.tar.gz |
Remove "NO_PACKAGE". "RESTRICTED" is suffient for our purose.
Reviewed by: Doug Ambrisko <ambrisko@ambrisko.com>
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 911c3c5..3a83539 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.11 1996/12/08 09:48:58 max Exp $ +# $Id: Makefile,v 1.12 1997/05/04 16:55:37 max Exp $ # DISTNAME= socks5-beta-0.17.2-exportable @@ -15,7 +15,6 @@ MAINTAINER= ambrisko@ambrisko.roble.com NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" -NO_PACKAGE= "put an extra slug in to make sure he's dead" # here are some extra configure args you may wish to use # see the readme file before screwing with them |