aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-12-08 01:58:22 +0800
committermax <max@FreeBSD.org>1996-12-08 01:58:22 +0800
commit6372636d0126db6371663b95ffd54a64fef60e01 (patch)
treef89df8d070cac960d5e447d3aee3bbeea7927a12 /lang
parentb98cc40db85358a28bfe6f0f34e7f29d00162d54 (diff)
downloadfreebsd-ports-gnome-6372636d0126db6371663b95ffd54a64fef60e01.tar.gz
freebsd-ports-gnome-6372636d0126db6371663b95ffd54a64fef60e01.tar.zst
freebsd-ports-gnome-6372636d0126db6371663b95ffd54a64fef60e01.zip
Added reason for NO_PACKAGE. (Interactive installation, sort of.)
{CP} -> ${CP} ;)
Diffstat (limited to 'lang')
-rw-r--r--lang/smalltalk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index b3810f8b0ebb..8fe9dfea385e 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.10 1996/11/12 02:19:10 obrien Exp $
+# $Id: Makefile,v 1.11 1996/11/18 10:24:38 asami Exp $
#
DISTNAME= smalltalk-1.1.1
@@ -13,10 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= jraynard@FreeBSD.ORG
IS_INTERACTIVE= yes
-NO_PACKAGE=yes
+NO_PACKAGE= "Installation requires interaction."
pre-configure:
- @{CP} ${FILESDIR}/m-fbsd-2.h ${WRKSRC}/config/m-fbsd-2.h
+ @${CP} ${FILESDIR}/m-fbsd-2.h ${WRKSRC}/config/m-fbsd-2.h
@(cd ${WRKSRC} ; ./config.mst fbsd-2)
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}