diff options
author | max <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
commit | e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 (patch) | |
tree | 3ca7b66299964875daf16e2b9e0b0fd38199fa86 /www | |
parent | 5f4dc3c6771724d3b6e4a01bed5b94b8b1ce3730 (diff) | |
download | FreeBSD-ports-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.zip FreeBSD-ports-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.gz |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
Diffstat (limited to 'www')
-rw-r--r-- | www/gn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gn/Makefile b/www/gn/Makefile index a27beda..ef35ad6 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.17 1996/11/18 11:40:56 asami Exp $ +# $Id: Makefile,v 1.18 1996/12/07 11:26:57 max Exp $ # DISTNAME= gn-2.24 @@ -15,7 +15,7 @@ MAINTAINER= adam@veda.is BUILD_DEPENDS= ${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais IS_INTERACTIVE= yes -NO_PACKAGE= "Compiled in hostnames." +NO_PACKAGE= "Compiled in hostnames" WAISDIR= ${PORTSDIR}/net/wais/work/freeWAIS-0.5 INETD_CONF= /etc/inetd.conf |