summaryrefslogtreecommitdiff
path: root/japanese/platex-sjis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/platex-sjis/Makefile')
-rw-r--r--japanese/platex-sjis/Makefile27
1 files changed, 11 insertions, 16 deletions
diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile
index 2db1acdb32e0..03d3414fd3e1 100644
--- a/japanese/platex-sjis/Makefile
+++ b/japanese/platex-sjis/Makefile
@@ -1,18 +1,17 @@
# New ports collection makefile for: platex2e-sjis
-# Version required: <1998/02/17>+0
+# Version required: <1998/09/01>
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.6 1998/02/22 21:55:27 max Exp $
+# $Id: Makefile,v 1.8 1998/06/27 09:24:28 asami Exp $
#
-DISTNAME= pl19980217s
-PKGNAME= ja-platex2e-sjis-1998.02.17.0
+DISTNAME= pl19980901s
+PKGNAME= ja-platex2e-sjis-1998.09.01
CATEGORIES= japanese print
-MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-02-17/
+MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-09-01/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- pl980227.patch.gz.txt pl980323.patch.gz.txt \
- pl980409.patch.gz.txt pl980413.patch.gz.txt
+ plpatch.ltx jclasses.dtx tascmac.sty
MAINTAINER= max@FreeBSD.ORG
@@ -24,19 +23,15 @@ RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \
MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-*
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-WRKSRC= ${WRKDIR}/19980217
+WRKSRC= ${WRKDIR}/19980901
DIST_SUBDIR= platex2e
TEXMF= ${PREFIX}/share/texmf
-do-patch:
-.for f in 0227 0323 0413
- @/usr/bin/uudecode -p ${DISTDIR}/${DIST_SUBDIR}/pl98${f}.patch.gz.txt \
- | ${GZCAT} | nkf -s | ${PATCH} ${PATCH_DIST_ARGS}
+post-extract:
+.for f in plpatch.ltx jclasses.dtx tascmac.sty
+ @nkf -s ${DISTDIR}/${DIST_SUBDIR}/$f > ${WRKSRC}/$f
.endfor
- @/usr/bin/uudecode -p ${DISTDIR}/${DIST_SUBDIR}/pl980409.patch.gz.txt \
- | ${GZCAT} | nkf -s | ${SED} 3,33d | ${PATCH} ${PATCH_DIST_ARGS}
- @${RM} -f ${WRKSRC}/*.orig
do-build:
@(cd ${WRKSRC}; ptex -ini plcore.ins; ptex -ini platex.ltx)
@@ -45,6 +40,6 @@ do-install:
${MKDIR} ${TEXMF}/tex/platex/base
@${CP} ${WRKSRC}/* ${TEXMF}/tex/platex/base
${MV} -f ${TEXMF}/tex/platex/base/platex.fmt ${TEXMF}/web2c
- /bin/ln -fs ptex ${PREFIX}/bin/platex
+ @${LN} -fs ptex ${PREFIX}/bin/platex
.include <bsd.port.mk>