diff options
author | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
commit | e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 (patch) | |
tree | 3ca7b66299964875daf16e2b9e0b0fd38199fa86 /lang | |
parent | 5f4dc3c6771724d3b6e4a01bed5b94b8b1ce3730 (diff) | |
download | freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.gz freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.zst freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.zip |
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 '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 |