summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
commitb098c2ddf2892a3342c0b15bd420fc3c61ab791d (patch)
tree0d71ecc9df971843a1bbd9ff39aae1d5531efa25 /lang/smalltalk
parentUpdated devel Makefiles. Strip mprof and compress mprof.1 along the way. (diff)
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
Notes
Notes: svn path=/head/; revision=1522
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 8c29cdde5a50..a194a5520a19 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.4 1995/04/16 21:24:53 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/18 05:18:51 asami Exp $
#
DISTNAME= smalltalk-1.1.1
@@ -19,9 +19,8 @@ pre-configure:
@(cd ${WRKSRC} ; ./config.mst fbsd-2)
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
-install: build
+do-install:
@echo ">> The install target for smalltalk-1.1.1 is interactive."
@echo ">> Please read the file mst.texinfo for more information."
- @${DO_NADA}
.include <bsd.port.mk>