diff options
author | jmz <jmz@FreeBSD.org> | 1997-05-21 13:31:21 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-05-21 13:31:21 +0000 |
commit | cc978e7f9d226738b6481e7bae4c7a01c0c3bb10 (patch) | |
tree | 2add9ebe42ab084a18288e174fb5eb7228307351 /print/texinfo | |
parent | 7665a39cb6790c3d3dc7bf6e6fea5a3fd18221f8 (diff) | |
download | FreeBSD-ports-cc978e7f9d226738b6481e7bae4c7a01c0c3bb10.zip FreeBSD-ports-cc978e7f9d226738b6481e7bae4c7a01c0c3bb10.tar.gz |
Remove the pre-fetch target. It was useless.
Diffstat (limited to 'print/texinfo')
-rw-r--r-- | print/texinfo/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
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}/* |