diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 04:22:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 04:22:34 +0000 |
commit | 99470a9b63737faa68be9f3984e012c012d588e8 (patch) | |
tree | 8d41f8d852f5fd92171f0d6054f4f137e748bd94 /japanese | |
parent | 970ef35f7dd6e8db2e75f7b04ef336f747de46ba (diff) | |
download | FreeBSD-ports-99470a9b63737faa68be9f3984e012c012d588e8.zip FreeBSD-ports-99470a9b63737faa68be9f3984e012c012d588e8.tar.gz |
Typo (.elseif -> .elif).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jtex209-both/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile index fea656a..88471e8 100644 --- a/japanese/jtex209-both/Makefile +++ b/japanese/jtex209-both/Makefile @@ -34,10 +34,10 @@ BATCH_TEX?= BOTH .if ${BATCH_TEX} == BOTH _PORTVERSION= ${ASCII_VERSION}+${NTT_VERSION} _PKGNAMESUFFIX= -ascii+ntt -.elseif ${BATCH_TEX} == ASCII +.elif ${BATCH_TEX} == ASCII _PORTVERSION= ${ASCII_VERSION} _PKGNAMESUFFIX= -ascii -.elseif ${BATCH_TEX} == NTT +.elif ${BATCH_TEX} == NTT _PORTVERSION= ${NTT_VERSION} _PKGNAMESUFFIX= -ntt .endif |