diff options
author | max <max@FreeBSD.org> | 2003-05-22 01:53:25 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2003-05-22 01:53:25 +0000 |
commit | 1a1d017b98bc934edb1533cccfcd2e9000cbcdbf (patch) | |
tree | 32554dafce90348975179aeac4de25dac57692bd | |
parent | b373b11f4d47ddea9357fc64048ddec63707b662 (diff) | |
download | FreeBSD-ports-1a1d017b98bc934edb1533cccfcd2e9000cbcdbf.zip FreeBSD-ports-1a1d017b98bc934edb1533cccfcd2e9000cbcdbf.tar.gz |
Use files from teTeX 2.0.2 instead of 2.0.1 which is no longer available.
s/strip/TRIP_CMD/
s/ECHO/ECHO_MSG/
-rw-r--r-- | japanese/ptex/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 06203c5..b126d6c 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -7,7 +7,7 @@ PORTNAME= ptex PORTVERSION= 3.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ PKGNAMEPREFIX= ja- @@ -28,16 +28,16 @@ ALL_TARGET= default KANJICODE?= euc SRCDIR= ptex-${PORTVERSION} -TETEX_VERSION= 2.0.1 +TETEX_VERSION= 2.0.2 BINARIES= ptex pdvitype jbibtex pltotf tftopl pre-extract: - @${ECHO} "The default kanji code is ${KANJICODE}." - @${ECHO} "You can change the kanji code at ptex runtime with the -kanji option." - @${ECHO} "e.g. ptex -kanji=sjis" - @${ECHO} "If you would like to change the default kanji code, run make as follows:" - @${ECHO} " make KANJICODE=sjis" - @${ECHO} "for Shift-JIS. KANJICODE can be one of sjis, jis or euc." + @${ECHO_MSG} "The default kanji code is ${KANJICODE}." + @${ECHO_MSG} "You can change the kanji code at ptex runtime with the -kanji option." + @${ECHO_MSG} "e.g. ptex -kanji=sjis" + @${ECHO_MSG} "If you would like to change the default kanji code, run make as follows:" + @${ECHO_MSG} " make KANJICODE=sjis" + @${ECHO_MSG} "for Shift-JIS. KANJICODE can be one of sjis, jis or euc." @sleep 10 .if !exists(${WRKDIRPREFIX}${.CURDIR}/../ptex-base/work/.build_done.ja-ptex-base-${PORTVERSION}) @(cd ${.CURDIR}/../ptex-base; \ @@ -55,7 +55,7 @@ pre-install: post-install: .for bin in ${BINARIES} - @/usr/bin/strip ${PREFIX}/bin/${bin} + @${STRIP_CMD} ${PREFIX}/bin/${bin} .endfor @${LN} -sf ptex ${PREFIX}/bin/platex @${PREFIX}/bin/mktexlsr ${PREFIX}/share/texmf |