diff options
author | max <max@FreeBSD.org> | 1996-12-08 17:48:59 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 17:48:59 +0800 |
commit | 682bb230df66669ae0edbc77f723681b988fcc39 (patch) | |
tree | 22caa57a43d226d47756a945968120b12464ec8c /net | |
parent | 322a18d61fd8349106afe62ce492e499f6620b2c (diff) | |
download | freebsd-ports-gnome-682bb230df66669ae0edbc77f723681b988fcc39.tar.gz freebsd-ports-gnome-682bb230df66669ae0edbc77f723681b988fcc39.tar.zst freebsd-ports-gnome-682bb230df66669ae0edbc77f723681b988fcc39.zip |
Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd-lpmud/Makefile | 6 | ||||
-rw-r--r-- | net/dgd-net/Makefile | 6 | ||||
-rw-r--r-- | net/dgd/Makefile | 6 | ||||
-rw-r--r-- | net/socks5/Makefile | 8 | ||||
-rw-r--r-- | net/wais/Makefile | 4 |
5 files changed, 15 insertions, 15 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 23d64476b5b3..f7be78baf452 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -3,7 +3,7 @@ # Date created: 10 November 1994 # Whom: adam # -# $Id: Makefile,v 1.15 1996/11/06 22:52:03 adam Exp $ +# $Id: Makefile,v 1.16 1996/11/18 11:34:37 asami Exp $ # DISTNAME= dgd-lpmud @@ -14,8 +14,8 @@ DISTFILES= 2.4.5-for-1.1.tgz MAINTAINER= adam@veda.is -NO_PACKAGE= depends on DGD, which is NO_CDROM -RESTRICTED= no monetary gain, tarball OK for CDROM +NO_PACKAGE= "depends on DGD, which is NO_CDROM" +RESTRICTED= "no monetary gain, tarball OK for CDROM" RUN_DEPENDS= ${PREFIX}/dgd/bin/driver:${PORTSDIR}/net/dgd diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index c46e718e344d..3d5004a09c7a 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1996 # Whom: adam # -# $Id: Makefile,v 1.12 1996/11/06 17:00:46 adam Exp $ +# $Id: Makefile,v 1.13 1996/11/13 15:18:23 adam Exp $ # DISTNAME= dgd-net-1.0.93 @@ -20,8 +20,8 @@ PATCHFILES= 1.0.91-1.0.92.gz \ MAINTAINER= adam@veda.is -NO_CDROM= no distribution to corporate environment -RESTRICTED= license required for commercial use +NO_CDROM= "no distribution to corporate environment" +RESTRICTED= "license required for commercial use" DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/dgd/src diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 9b98c9585fec..ee53383cf841 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1994 # Whom: adam # -# $Id: Makefile,v 1.59 1996/11/22 08:09:29 adam Exp $ +# $Id: Makefile,v 1.60 1996/12/03 14:09:43 adam Exp $ # DISTNAME= dgd-1.0.95 @@ -20,8 +20,8 @@ PATCHFILES= 1.0.91-1.0.92.gz \ MAINTAINER= adam@veda.is -NO_CDROM= no distribution to corporate environment -RESTRICTED= license required for commercial use +NO_CDROM= "no distribution to corporate environment" +RESTRICTED= "license required for commercial use" DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/dgd/src 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 diff --git a/net/wais/Makefile b/net/wais/Makefile index 629036fb44c5..3735b95e663d 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.10 1996/11/18 11:36:57 asami Exp $ +# $Id: Makefile,v 1.11 1996/12/01 01:23:17 obrien Exp $ # DISTNAME= freeWAIS-0.5 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ MAINTAINER= ports@FreeBSD.org -NO_PACKAGE= not yet +NO_PACKAGE= "not yet" NO_INSTALL= almost ALL_TARGET= freebsd MAKE_ENV:= TOP=${WRKSRC} |