diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-15 22:36:51 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-15 22:36:51 +0000 |
commit | 1af9bb385bd0cda39e8bb5c44ced08ab02f9b8af (patch) | |
tree | 7f1ae2dbe50deb73283af637833943eaf471758a /print/texinfo/Makefile | |
parent | b450ab568df5046004f4a5766fd4c7c772e22ff0 (diff) | |
download | ports-1af9bb385bd0cda39e8bb5c44ced08ab02f9b8af.tar.gz ports-1af9bb385bd0cda39e8bb5c44ced08ab02f9b8af.zip |
Notes
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r-- | print/texinfo/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 41354164fcf1..1f66d15fc75a 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.3 1995/04/15 04:34:09 asami Exp $ # DISTNAME= texinfo @@ -14,10 +14,15 @@ CATEGORIES+= printing MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \ ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/ +MAINTAINER= jmz@FreeBSD.org + +EXEC_DEPENDS= tex:${PORTSDIR}/print/tex + + EXTRACT_ONLY= NO_WRKSUBDIR= yes -PREFIX=/usr/local + pre-fetch: @if [ ! -x ${PREFIX}/bin/tex ]; then \ |