summaryrefslogtreecommitdiff
path: root/lang/Sather
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-16 21:28:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-16 21:28:20 +0000
commitcce8f51d23f5ca2dd70eb97b1b7c414837efcb45 (patch)
treec6b5a07e80441345499a00367574306150471e29 /lang/Sather
parentMake various install and pre-install targets depend on build. (diff)
Oops, why did I miss this in the previous commit? Anyway, install
depends on build.
Notes
Notes: svn path=/head/; revision=1407
Diffstat (limited to 'lang/Sather')
-rw-r--r--lang/Sather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 5f73a1f772b7..e09a774cb254 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Oct 31 22:04:12 PST 1994
# Whom: hsu
#
-# $Id: Makefile,v 1.6 1995/04/01 12:46:40 jkh Exp $
+# $Id: Makefile,v 1.7 1995/04/15 05:44:29 asami Exp $
#
DISTNAME= Sather-1.0.5
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
WRKSRC= ${WRKDIR}/Sather
ALL_TARGET= testall
-install:
+install: build
@if [ ! -e ${PREFIX}/bin ]; then mkdir -p ${PREFIX}/bin; fi
@if [ ! -e ${PREFIX}/man/man1 ]; then mkdir -p ${PREFIX}/man/man1; fi
install -c -m 555 ${WRKSRC}/Compiler/cs ${PREFIX}/bin