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/wais | |
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/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} |