aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-04-15 12:22:34 +0800
committerasami <asami@FreeBSD.org>2000-04-15 12:22:34 +0800
commit99470a9b63737faa68be9f3984e012c012d588e8 (patch)
tree8d41f8d852f5fd92171f0d6054f4f137e748bd94 /japanese
parent970ef35f7dd6e8db2e75f7b04ef336f747de46ba (diff)
downloadfreebsd-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/Makefile4
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