diff options
author | nork <nork@FreeBSD.org> | 2004-01-30 00:01:04 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-01-30 00:01:04 +0800 |
commit | 9367da0dc8d2050c27837d15509dd70228bd36f2 (patch) | |
tree | be090f85cba6107eb09793c5bfc2a4030e9a8545 | |
parent | d54156cefd0831949ef9698c8c848253440f9105 (diff) | |
download | freebsd-ports-gnome-9367da0dc8d2050c27837d15509dd70228bd36f2.tar.gz freebsd-ports-gnome-9367da0dc8d2050c27837d15509dd70228bd36f2.tar.zst freebsd-ports-gnome-9367da0dc8d2050c27837d15509dd70228bd36f2.zip |
Fix build and remove BROKEN.
PR: ports/62070
Submitted by: hrs
Approved by: maintainer timeout (nearly 3 months)
-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 |