aboutsummaryrefslogtreecommitdiff
path: root/japanese/texinfo/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-07-06 17:41:14 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-07-06 17:41:14 +0000
commitb661d9c70fb54645aca3a4a41085c05fd8aa5467 (patch)
tree959dc4e890e6d3f310417f1dba4c1df46cbba1ba /japanese/texinfo/Makefile
parent9378ecb661dcc1e5c841f3b4c438e7ef9b907be4 (diff)
downloadports-b661d9c70fb54645aca3a4a41085c05fd8aa5467.tar.gz
ports-b661d9c70fb54645aca3a4a41085c05fd8aa5467.zip
Update to 4.7 and unbroken.
Submitted by: hrs Approved by: Mitsuru Yoshida <mitsuru@riken.go.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=113077
Diffstat (limited to 'japanese/texinfo/Makefile')
-rw-r--r--japanese/texinfo/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/japanese/texinfo/Makefile b/japanese/texinfo/Makefile
index 3ae1fb6f2380..0352d4ecf746 100644
--- a/japanese/texinfo/Makefile
+++ b/japanese/texinfo/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= texinfo
-PORTVERSION= 4.5
-PORTREVISION= 1
+PORTVERSION= 4.7
+PORTREVISION= 0
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,19 +20,18 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= mitsuru@riken.go.jp
COMMENT= Typeset Texinfo files for printing. Uses TeX
-RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex
-
-BROKEN= "Checksum mismatch"
-EXPIRATION_DATE=2004-08-20
-DEPRECATED= ${BROKEN}
+RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-tetex
+USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=j
INSTALL_TARGET= install install-tex
CFLAGS+= "-DEUC=1"
-MAKE_ARGS= TEXMF=${PREFIX}/share/texmf
+MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL}
+PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL}
+TEXMFLOCAL= share/texmf-local
-MAN1= jinfo.1 jinstall-info.1 jmakeinfo.1 jtexindex.1 jtexi2dvi.1
+MAN1= jinfo.1 jinfokey.1 jinstall-info.1 jmakeinfo.1 jtexindex.1 jtexi2dvi.1
MAN5= jinfo.5 jtexinfo.5
.include <bsd.port.mk>