diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 12:22:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 12:22:34 +0800 |
commit | 99470a9b63737faa68be9f3984e012c012d588e8 (patch) | |
tree | 8d41f8d852f5fd92171f0d6054f4f137e748bd94 /japanese | |
parent | 970ef35f7dd6e8db2e75f7b04ef336f747de46ba (diff) | |
download | freebsd-ports-gnome-99470a9b63737faa68be9f3984e012c012d588e8.tar.gz freebsd-ports-gnome-99470a9b63737faa68be9f3984e012c012d588e8.tar.zst freebsd-ports-gnome-99470a9b63737faa68be9f3984e012c012d588e8.zip |
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 fea656ac8152..88471e81536a 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 |