diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
commit | bb7e210560ffaee1907518612e025737e2560407 (patch) | |
tree | a873efd2d97ed0c2c49899aa945b9139ab81e50e /net/wais | |
parent | 7c4e3e5912cbed59db19c46e3c236a8d29153e3f (diff) | |
download | ports-bb7e210560ffaee1907518612e025737e2560407.tar.gz ports-bb7e210560ffaee1907518612e025737e2560407.zip |
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/wais')
-rw-r--r-- | net/wais/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |