diff options
Diffstat (limited to 'print/tex-xmltex/Makefile')
-rw-r--r-- | print/tex-xmltex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-xmltex/Makefile b/print/tex-xmltex/Makefile index d7c2e31..9e18653 100644 --- a/print/tex-xmltex/Makefile +++ b/print/tex-xmltex/Makefile @@ -2,11 +2,11 @@ PORTNAME= xmltex PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- -DISTNAME= texlive-20140525-texmf +DISTNAME= texlive-20150523-texmf DIST_SUBDIR= TeX EXTRACT_ONLY= @@ -28,6 +28,6 @@ TEX_FORMATS= xmltex do-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ - ${EXTRACT_AFTER_ARGS} + ${EXTRACT_AFTER_ARGS} .include <bsd.port.mk> |