summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-15 22:36:51 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-15 22:36:51 +0000
commit1af9bb385bd0cda39e8bb5c44ced08ab02f9b8af (patch)
tree7f1ae2dbe50deb73283af637833943eaf471758a /print
parentMAINTAINER goes in a section of its own. (diff)
Add myself as maintainer.
Remove hard-coded PREFIX and Add EXEC_DEPENDS=tex:${PORTSDIR}/print/tex
Notes
Notes: svn path=/head/; revision=1372
Diffstat (limited to 'print')
-rw-r--r--print/texinfo/Makefile9
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 \