summaryrefslogtreecommitdiff
path: root/print/tex/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-17 20:31:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-17 20:31:43 +0000
commitec89e8b01134b21291c58672d04b6e36c7e08b5d (patch)
treeaa69c9ef7cd2b780db274eccc4fee5e3c42a533c /print/tex/Makefile
parent2.6.4beta != 2.6.4, so changed PKGNAME to use 2.6b4 instead. (A (diff)
Added various "build: configure" and "install: build" dependencies.
Pointed-out by: jmz
Notes
Notes: svn path=/head/; revision=1439
Diffstat (limited to 'print/tex/Makefile')
-rw-r--r--print/tex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile
index e39ed6d7dc0d..34d1d8fa5c9a 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.13 1995/04/16 22:52:37 jmz Exp $
+# $Id: Makefile,v 1.14 1995/04/17 00:16:14 jmz Exp $
#
DISTNAME= web2c-6.1
@@ -45,7 +45,7 @@ modes.mf:
tex_base.tar.gz:
@${FTPGET} ${CTAN} /tex-archive/macros plain/base.tar.gz ${DISTDIR}/$@
-build: ${BUILD_COOKIE}
+build: configure ${BUILD_COOKIE}
${BUILD_COOKIE}:
@echo "===> Building for ${DISTNAME}"
@@ -60,7 +60,7 @@ ${BUILD_COOKIE}:
make fmts="${FORMATS}" fmts)
@touch -f ${BUILD_COOKIE}
-install:
+install: build
@echo "===> Installing for ${DISTNAME}"
@(cd ${WRKSRC}/web2c; make install-exec INSTALL_PROGRAM="/usr/bin/install -c -s")
@(cd ${WRKSRC}/web2c; make install-manpages)