diff options
author | max <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
commit | 682bb230df66669ae0edbc77f723681b988fcc39 (patch) | |
tree | 22caa57a43d226d47756a945968120b12464ec8c /net/socks5/Makefile | |
parent | 322a18d61fd8349106afe62ce492e499f6620b2c (diff) | |
download | FreeBSD-ports-682bb230df66669ae0edbc77f723681b988fcc39.zip FreeBSD-ports-682bb230df66669ae0edbc77f723681b988fcc39.tar.gz |
Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 9dcacd2..2075271 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.9 1996/11/18 14:09:01 asami Exp $ +# $Id: Makefile,v 1.10 1996/12/05 00:55:51 jdp Exp $ # PKGNAME= socks5-0.17.1 @@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ 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 +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 |