summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-15 04:22:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-15 04:22:34 +0000
commit72869f98d7ccd3a9185005bd51d7bf8fb6db32d3 (patch)
tree03f2e6671bf0b00f6381e05d74bd7a3840ba8182 /japanese
parentRemove the distribution restriction. RedHat is distributing the Tru64 (diff)
Typo (.elseif -> .elif).
Notes
Notes: svn path=/head/; revision=27576
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