From cc978e7f9d226738b6481e7bae4c7a01c0c3bb10 Mon Sep 17 00:00:00 2001 From: jmz Date: Wed, 21 May 1997 13:31:21 +0000 Subject: Remove the pre-fetch target. It was useless. --- print/texinfo/Makefile | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'print') diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index d32444d..917f90e 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.10 1996/12/17 12:33:49 asami Exp $ +# $Id: Makefile,v 1.11 1997/02/18 16:57:33 jmz Exp $ # DISTNAME= texinfo @@ -16,22 +16,12 @@ MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \ MAINTAINER= jmz@FreeBSD.org -BUILD_DEPENDS= tex:${PORTSDIR}/print/tex -RUN_DEPENDS= tex:${PORTSDIR}/print/tex +BUILD_DEPENDS= tex:${PORTSDIR}/print/tex +RUN_DEPENDS= tex:${PORTSDIR}/print/tex EXTRACT_ONLY= NO_WRKSUBDIR= yes -pre-fetch: - @if [ ! -x ${PREFIX}/bin/tex ]; then \ - echo "You must have TeX installed";\ - exit 1; \ - fi; - @if [ ! -x ${PREFIX}/bin/initex ]; then \ - echo "I can't find initex. Your TeX installation is incomplete";\ - exit 1;\ - fi - pre-configure: @${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR} @chmod +w ${WRKDIR}/* -- cgit v1.1