summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-08 09:48:59 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-08 09:48:59 +0000
commitbb7e210560ffaee1907518612e025737e2560407 (patch)
treea873efd2d97ed0c2c49899aa945b9139ab81e50e /net/socks5
parentNow upto PL-19. (diff)
Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
Notes
Notes: svn path=/head/; revision=4891
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 9dcacd28340c..20752715bd12 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