diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-29 16:01:04 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-29 16:01:04 +0000 |
commit | f946fa444fe7896935e5ad2365cb0e7293ad7bac (patch) | |
tree | 2ce8de59bb543116712e7f4a8082a997d8a5480f | |
parent | b624a91da99e8ed56dbb75f71dfb7759e8959177 (diff) | |
download | ports-f946fa444fe7896935e5ad2365cb0e7293ad7bac.tar.gz ports-f946fa444fe7896935e5ad2365cb0e7293ad7bac.zip |
Fix build and remove BROKEN.
PR: ports/62070
Submitted by: hrs
Approved by: maintainer timeout (nearly 3 months)
Notes
Notes:
svn path=/head/; revision=99420
-rw-r--r-- | print/xmltex/Makefile | 14 | ||||
-rw-r--r-- | print/xmltex/distinfo | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/print/xmltex/Makefile b/print/xmltex/Makefile index ed06f10366b5..2b4c90e74726 100644 --- a/print/xmltex/Makefile +++ b/print/xmltex/Makefile @@ -10,24 +10,20 @@ PORTVERSION= 1.9 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/xmltex/ -DISTFILES= base.zip +DISTNAME= base +DIST_SUBDIR= ${PORTNAME} -MAINTAINER= nik@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= A non-validating XML parser, written in TeX -BUILD_DEPENDS= hugelatex:${PORTSDIR}/print/hugelatex +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX -BROKEN= "Does not fetch; will be removed after Feb 2" - WRKSRC= ${WRKDIR}/base -USE_ZIP= yes MAKE_ENV= TEXMFCNF=${FILESDIR}:${LOCALBASE}/share/texmf/web2c -post-patch: patch-message copy-makefile - -copy-makefile: +post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: diff --git a/print/xmltex/distinfo b/print/xmltex/distinfo index 226be3ebc5a0..b672712eb2c3 100644 --- a/print/xmltex/distinfo +++ b/print/xmltex/distinfo @@ -1 +1 @@ -MD5 (base.zip) = 7b68c598eb4ad2d9eb85597ba7b6497d +MD5 (xmltex/base.tar.gz) = 9cb3505c3d849b91a44fff6774c02ec6 |