diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-20 21:24:54 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-20 21:24:54 +0000 |
commit | 822f733030d2c36cd87a6209650d043037d82265 (patch) | |
tree | 66654b527446f652f4806e7f3c20507144f11811 /print/teTeX-base/Makefile | |
parent | 157a165595f115b7a50a87a440f3025545f734a1 (diff) |
Notes
Diffstat (limited to 'print/teTeX-base/Makefile')
-rw-r--r-- | print/teTeX-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 8eac3ebaaaba..231bbf36f1a6 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -7,13 +7,14 @@ PORTNAME= teTeX PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/2.0/distrib/ \ ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= systems/unix/teTeX/2.0/distrib/ DISTFILES= ${TETEX_SRC} ${TETEX_TEXMF} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= demon@FreeBSD.org COMMENT= Thomas Esser's distribution of TeX & friends LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ @@ -82,6 +83,7 @@ pre-configure: pre-install: @${MKDIR} ${TEXMF_TREE} @cd ${TEXMF_TREE}; tar xfz ${_DISTDIR}/${TETEX_TEXMF} + @${INSTALL_DATA} ${FILESDIR}/listings.sty ${TEXMF_TREE}/tex/latex/listings/ post-install: @${INSTALL_SCRIPT} ${WRKSRC}/utils/texinfo/util/texi2dvi ${PREFIX}/bin |