diff options
author | asami <asami@FreeBSD.org> | 1995-04-17 05:24:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-17 05:24:53 +0800 |
commit | 3c7e870acdc83be318d928aed649899e15b761bf (patch) | |
tree | fd74fd9555c02ce16c33ffdac54d18139d9e462b /lang/smalltalk/Makefile | |
parent | ebdb78b50bb3f1204c279e17264253cdb4814a23 (diff) | |
download | freebsd-ports-gnome-3c7e870acdc83be318d928aed649899e15b761bf.tar.gz freebsd-ports-gnome-3c7e870acdc83be318d928aed649899e15b761bf.tar.zst freebsd-ports-gnome-3c7e870acdc83be318d928aed649899e15b761bf.zip |
Make various install and pre-install targets depend on build.
Diffstat (limited to 'lang/smalltalk/Makefile')
-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 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} |