diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 20:31:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 20:31:43 +0000 |
commit | ec89e8b01134b21291c58672d04b6e36c7e08b5d (patch) | |
tree | aa69c9ef7cd2b780db274eccc4fee5e3c42a533c /print/texinfo | |
parent | 7a0e5e30e0ed9416c54b3ea504dbc8e4cdc02e49 (diff) | |
download | ports-ec89e8b01134b21291c58672d04b6e36c7e08b5d.tar.gz ports-ec89e8b01134b21291c58672d04b6e36c7e08b5d.zip |
Notes
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 1f66d15fc75a..cf429b9d80cc 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/15 04:34:09 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/15 22:36:51 jmz Exp $ # DISTNAME= texinfo @@ -42,7 +42,7 @@ build: configure @echo "===> Building for ${DISTNAME}" @(cd ${WRKDIR}; initex '&tex texinfo @dump') -install: +install: build @echo "===> Installing for ${DISTNAME}" @/usr/bin/install -c -m 644 ${WRKDIR}/texinfo.fmt \ ${PREFIX}/lib/texmf/ini/ |