summaryrefslogtreecommitdiffstats
path: root/lang/Gofer
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-16 21:24:53 +0000
committerasami <asami@FreeBSD.org>1995-04-16 21:24:53 +0000
commit3c7e870acdc83be318d928aed649899e15b761bf (patch)
treefd74fd9555c02ce16c33ffdac54d18139d9e462b /lang/Gofer
parentebdb78b50bb3f1204c279e17264253cdb4814a23 (diff)
downloadFreeBSD-ports-3c7e870acdc83be318d928aed649899e15b761bf.zip
FreeBSD-ports-3c7e870acdc83be318d928aed649899e15b761bf.tar.gz
Make various install and pre-install targets depend on build.
Diffstat (limited to 'lang/Gofer')
-rw-r--r--lang/Gofer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile
index d9da1a2..9a5d87e 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
OpenPOWER on IntegriCloud