diff options
author | asami <asami@FreeBSD.org> | 1995-04-17 20:31:43 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-17 20:31:43 +0000 |
commit | 334ecac9565470b127c2936d9b09861427987b89 (patch) | |
tree | ce8ae157c87cd3d6e31747a953d1a111a3aabb5a /print/makeindex/Makefile | |
parent | 0d8d96813519c4e4adf8c487f15522d9eab22011 (diff) | |
download | FreeBSD-ports-334ecac9565470b127c2936d9b09861427987b89.zip FreeBSD-ports-334ecac9565470b127c2936d9b09861427987b89.tar.gz |
Added various "build: configure" and "install: build" dependencies.
Pointed-out by: jmz
Diffstat (limited to 'print/makeindex/Makefile')
-rw-r--r-- | print/makeindex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile index 59884de..e580c9c 100644 --- a/print/makeindex/Makefile +++ b/print/makeindex/Makefile @@ -3,7 +3,7 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/15 04:33:58 asami Exp $ # DISTNAME= makeindex @@ -19,7 +19,7 @@ build: configure pre-build @(cd ${WRKSRC}/src-3.0/regexp; make) @(cd ${WRKSRC}/src-3.0; make) -install: +install: build @echo "===> Installing for ${DISTNAME}" @mkdir -p ${PREFIX}/lib/texmf/makeindx @mkdir -p ${PREFIX}/bin |