From 682bb230df66669ae0edbc77f723681b988fcc39 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 8 Dec 1996 09:48:59 +0000 Subject: Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN in double-quotes. --- net/wais/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/wais/Makefile') 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} -- cgit