summaryrefslogtreecommitdiff
path: root/lang
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
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')
-rw-r--r--lang/Gofer/Makefile4
-rw-r--r--lang/p2c/Makefile4
-rw-r--r--lang/scm/Makefile4
-rw-r--r--lang/smalltalk/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile
index d9da1a2c7441..9a5d87e990b1 100644
--- a/lang/Gofer/Makefile
+++ b/lang/Gofer/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Feb 1 01:51:59 PST 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.2 1995/04/01 12:46:37 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/15 05:44:23 asami Exp $
#
DISTNAME = gofer230a
@@ -14,7 +14,7 @@ MASTER_SITES = ftp://cs.nott.ac.uk/nott-fp/languages/haskell/gofer/
WRKSRC = ${WRKDIR}/src
LIBDIR = ${PREFIX}/lib/Gofer
-install:
+install: build
-mkdir -p ${LIBDIR}
-mkdir -p ${PREFIX}/man/man1
-mkdir -p ${PREFIX}/bin
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile
index 25463f462558..23fd08ec01a5 100644
--- a/lang/p2c/Makefile
+++ b/lang/p2c/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 October 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.5 1995/04/15 05:44:43 asami Exp $
#
DISTNAME= p2c-1.21alpha-07.Dec.93
@@ -14,7 +14,7 @@ DISTFILES= p2c-1.21alpha2.tar.gz
MAINTAINER= jmz@FreeBSD.org
-pre-install:
+pre-install: build
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/lib
@mkdir -p ${PREFIX}/man/man1
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 2b2b78069735..4d37d66e8c20 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat Nov 5 17:11:01 PST 1994
# Whom: hsu
#
-# $Id: Makefile,v 1.4 1995/04/01 12:47:08 jkh Exp $
+# $Id: Makefile,v 1.5 1995/04/15 05:44:48 asami Exp $
#
DISTNAME= scm
@@ -18,7 +18,7 @@ GNU_CONFIGURE=
USE_GMAKE=
MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s defines="-DSICP -DHAVE_CONFIG_H -DFLOATS -DIO_EXTENSIONS -DMEMOIZE_LOCALS -DGC_FREE_SEGMENTS" -f
-pre-install:
+pre-install: build
@if [ ! -e ${PREFIX}/lib ]; then mkdir -p ${PREFIX}/lib; fi
cp -rp ${WRKDIR}/slib ${PREFIX}/lib
@if [ ! -e /usr/local/info ]; then mkdir -p /usr/local/info; fi
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}