summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2005-03-02 10:31:23 +0000
committergrant <grant>2005-03-02 10:31:23 +0000
commit0de06c8e734b325672ad84123f2264d25fe4d948 (patch)
treedd857d2ebca47f1a5b69b51bddf550ad0390ae44 /lang/icon/Makefile
parent74286de1a1891aec735fdd9e12eaff3c5cb83ca2 (diff)
downloadpkgsrc-0de06c8e734b325672ad84123f2264d25fe4d948.tar.gz
s/elseif/elif/
fixes PR pkg/29562 from Robert Elz.
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r--lang/icon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 6178dee106c..8bf4c4320d9 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/02/27 21:33:17 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.33 2005/03/02 10:31:23 grant Exp $
DISTNAME= icon.v942src
PKGNAME= icon-9.4.2
@@ -30,11 +30,11 @@ PTHREAD_OPTS+= require native
. include "../../mk/pthread.buildlink3.mk"
. endif
-.elseif ${OPSYS} == "SunOS"
+.elif ${OPSYS} == "SunOS"
. if !empty(CC_VERSION:M*gcc*)
NAME= sun_gcc
-. elseif !empty(CC_VERSION:MSun)
+. elif !empty(CC_VERSION:MSun)
NAME= sun_sunc
. else
PKG_FAIL_REASON= "${PKGNAME} does not know about ${CC_VERSION}"