diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-05-22 01:53:25 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-05-22 01:53:25 +0000 |
commit | 8043a18d7f30ae30fd0dd29a51400f499752fe4d (patch) | |
tree | 48f2934f346ba6ea9e6a5629c4b5d2d448e53174 /japanese | |
parent | 4a8123e8cf53ed84ef6005b6dd2dbb04d91fbbe5 (diff) | |
download | ports-8043a18d7f30ae30fd0dd29a51400f499752fe4d.tar.gz ports-8043a18d7f30ae30fd0dd29a51400f499752fe4d.zip |
Notes
Diffstat (limited to 'japanese')
-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 06203c513d49..b126d6c1a486 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 |