diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
commit | 86913ca5576faeab12c1541d2d6f1e0ce33200fb (patch) | |
tree | 6e6e2cd44d9d456e28999611649e557f42150939 /lang | |
parent | No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, (diff) |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
Notes
Notes:
svn path=/head/; revision=4884
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smalltalk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |