diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 19:29:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 19:29:30 +0800 |
commit | 9ef450fc7b44d6e9a00b446fd8c07fe860bd600a (patch) | |
tree | be1637958f457f58e83887fc640e5942bb9924b6 /lang/smalltalk | |
parent | 6e8a05ce6c83a3b5a574b336cc2de97708769fad (diff) | |
download | freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.tar.gz freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.tar.zst freebsd-ports-gnome-9ef450fc7b44d6e9a00b446fd8c07fe860bd600a.zip |
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 5 |
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> |