summaryrefslogtreecommitdiff
path: root/print/latex
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/latex
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/latex')
-rw-r--r--print/latex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 402c9121088a..8a3de4ce82bb 100644
--- a/print/latex/Makefile
+++ b/print/latex/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.12 1995/04/15 04:33:53 asami Exp $
#
DISTNAME= latex
@@ -34,7 +34,7 @@ latex_tools.tar.gz:
@${FTPGET} ${CTAN} /tex-archive/macros latex/packages/tools.tar.gz ${DISTDIR}/$@
-build: ${BUILD_COOKIE}
+build: configure ${BUILD_COOKIE}
${BUILD_COOKIE}:
@echo "===> Building for ${DISTNAME}"
@@ -46,7 +46,7 @@ ${BUILD_COOKIE}:
ln -sf /usr/local/bin/virtex latex; yes | ./latex tools.ins)
@touch -f ${BUILD_COOKIE}
-install:
+install: build
@echo "===> Installing for ${DISTNAME}"
@(/usr/bin/install -c -m 644 ${WRKSRC}/base/latex.fmt \
${PREFIX}/lib/texmf/ini/)