From 548b53cbee1db49f8d9ec1d3c156f1823258c90f Mon Sep 17 00:00:00 2001 From: jmz Date: Fri, 21 Apr 1995 00:21:41 +0000 Subject: Change all makefiles in the print directory according to the new rules for bsd.port.mk --- print/texinfo/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'print/texinfo/Makefile') diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index cf429b9d80cc..21957d0189fe 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 \ -- cgit