summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-16 21:24:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-16 21:24:53 +0000
commit21cfe0092c48d6f2064465152d5b2282e5195ed4 (patch)
treeaf3702446a363a839fee901776613f70126b02b7 /lang/smalltalk
parentAdd popper back to SUBDIR, move procmail to BROKEN until chmod /var/mail (diff)
Make various install and pre-install targets depend on build.
Notes
Notes: svn path=/head/; revision=1406
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 6339cb9984cf..911a2cdfa44f 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.2 1995/04/01 12:47:10 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/15 05:44:50 asami Exp $
#
DISTNAME= smalltalk-1.1.1
@@ -17,7 +17,7 @@ pre-configure:
@(cd ${WRKSRC} ; ./config.mst fbsd-2)
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
-install:
+install: build
@echo ">> The install target for smalltalk-1.1.1 is interactive."
@echo ">> Please read the file mst.texinfo for more information."
@${DO_NADA}