summaryrefslogtreecommitdiff
path: root/cad/magic
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-16 08:45:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-16 08:45:49 +0000
commit955d0352e46ca2497544ecbfadbd1ae7b6e5c6d2 (patch)
tree509c11125ef7bb41c6824c8dd143dc20339a7ded /cad/magic
parentMove popper to BROKEN (doesn't fetch). (diff)
install depends on build!
Notes
Notes: svn path=/head/; revision=1392
Diffstat (limited to 'cad/magic')
-rw-r--r--cad/magic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile
index e4a691d01625..abb851766c3e 100644
--- a/cad/magic/Makefile
+++ b/cad/magic/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Dec 1994
# Whom: swallace
#
-# $Id: Makefile,v 1.3 1995/04/01 12:44:14 jkh Exp $
+# $Id: Makefile,v 1.4 1995/04/11 20:12:58 asami Exp $
#
DISTNAME= magic-6.4.4
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z
USE_GMAKE= yes
-install:
+install: build
@echo "===> Installing for ${DISTNAME}"
@${MAKE} ${.MAKEFLAGS} pre-install
@(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})