aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-04-16 06:36:51 +0800
committerjmz <jmz@FreeBSD.org>1995-04-16 06:36:51 +0800
commit0db8546200827597e74a9999456d5728f29cab9e (patch)
tree248d1d70f2e21c86001efe464092c853b267ed67 /print
parentfd7e3b6e1b7f259d6830d3df4ef36ed6100d2f6b (diff)
downloadfreebsd-ports-gnome-0db8546200827597e74a9999456d5728f29cab9e.tar.gz
freebsd-ports-gnome-0db8546200827597e74a9999456d5728f29cab9e.tar.zst
freebsd-ports-gnome-0db8546200827597e74a9999456d5728f29cab9e.zip
Add myself as maintainer.
Remove hard-coded PREFIX and Add EXEC_DEPENDS=tex:${PORTSDIR}/print/tex
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 \