From e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 8 Dec 1996 01:45:16 +0000 Subject: No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED or BROKEN. Pointed-out by: asami --- lang/smalltalk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 8fe9dfea385e..af109d76c5f5 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.11 1996/11/18 10:24:38 asami Exp $ +# $Id: Makefile,v 1.12 1996/12/07 17:58:22 max Exp $ # DISTNAME= smalltalk-1.1.1 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= jraynard@FreeBSD.ORG IS_INTERACTIVE= yes -NO_PACKAGE= "Installation requires interaction." +NO_PACKAGE= "Installation requires interaction" pre-configure: @${CP} ${FILESDIR}/m-fbsd-2.h ${WRKSRC}/config/m-fbsd-2.h -- cgit