diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-21 00:21:41 +0000 |
commit | 548b53cbee1db49f8d9ec1d3c156f1823258c90f (patch) | |
tree | 417205e461f613b04694d298a6a09e01f3b87b09 /print/texinfo | |
parent | 8df6dcd4d000b307270bd6da6aad9b712a6dd943 (diff) | |
download | FreeBSD-ports-548b53cbee1db49f8d9ec1d3c156f1823258c90f.zip FreeBSD-ports-548b53cbee1db49f8d9ec1d3c156f1823258c90f.tar.gz |
Change all makefiles in the print directory according to the new rules
for bsd.port.mk
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index cf429b9..21957d0 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/15 22:36:51 jmz Exp $ +# $Id: Makefile,v 1.5 1995/04/17 20:31:38 asami Exp $ # DISTNAME= texinfo @@ -38,12 +38,10 @@ pre-configure: @cp ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR} @chmod +w ${WRKDIR}/* -build: configure - @echo "===> Building for ${DISTNAME}" +do-build: @(cd ${WRKDIR}; initex '&tex texinfo @dump') -install: build - @echo "===> Installing for ${DISTNAME}" +do-install: @/usr/bin/install -c -m 644 ${WRKDIR}/texinfo.fmt \ ${PREFIX}/lib/texmf/ini/ @if [ ! -f ${PREFIX}/lib/texmf/fonts/tfm/lcircle10.tfm ]; then \ |