diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-02-22 23:34:13 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-02-22 23:34:13 +0000 |
commit | 6157bfc1b05e6881735cb71b40be1f9d77c87739 (patch) | |
tree | d96ecb4317233c2eded00658daefc120a3ab0112 /print | |
parent | 47286f3e1de6fa4ee1ffcbed3d6babd1704aca20 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index ea2dbc56331c..05c1f659b572 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -7,16 +7,17 @@ PORTNAME= texinfo PORTVERSION= 2.218 +PORTREVISION= 1 CATEGORIES= print #other equivalent sites: ftp.shsu.edu ftp.dante.de MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \ ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/ DISTFILES= texinfo.tex lcircle10.tfm -MAINTAINER= jmz@FreeBSD.org +MAINTAINER= ports@geeksrus.net -BUILD_DEPENDS= tex:${PORTSDIR}/print/tex -RUN_DEPENDS= tex:${PORTSDIR}/print/tex +BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX EXTRACT_ONLY= NO_WRKSUBDIR= yes |