diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-05-21 13:31:21 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-05-21 13:31:21 +0000 |
commit | 371af73e20393af7a0702f778df04006db96eb1a (patch) | |
tree | 147b107b948d46ef78967d289824ec2cdf98e2a1 /print | |
parent | 23d0764cfa8ecd18675de52f666b43744fcbbfb4 (diff) | |
download | ports-371af73e20393af7a0702f778df04006db96eb1a.tar.gz ports-371af73e20393af7a0702f778df04006db96eb1a.zip |
Notes
Diffstat (limited to 'print')
-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 d32444dc7b61..917f90ec9ac9 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}/* |