diff options
author | asami <asami@FreeBSD.org> | 1995-04-18 04:31:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-18 04:31:43 +0800 |
commit | 334ecac9565470b127c2936d9b09861427987b89 (patch) | |
tree | ce8ae157c87cd3d6e31747a953d1a111a3aabb5a /print/tex | |
parent | 0d8d96813519c4e4adf8c487f15522d9eab22011 (diff) | |
download | freebsd-ports-gnome-334ecac9565470b127c2936d9b09861427987b89.tar.gz freebsd-ports-gnome-334ecac9565470b127c2936d9b09861427987b89.tar.zst freebsd-ports-gnome-334ecac9565470b127c2936d9b09861427987b89.zip |
Added various "build: configure" and "install: build" dependencies.
Pointed-out by: jmz
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 6 |
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) |