summaryrefslogtreecommitdiff
path: root/lang/icon
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-03-02 10:31:23 +0000
committergrant <grant@pkgsrc.org>2005-03-02 10:31:23 +0000
commita091b4947689cfe23f2072f895fc2ba979ddbdf2 (patch)
treedd857d2ebca47f1a5b69b51bddf550ad0390ae44 /lang/icon
parent4a3e8704dced34af36674a3a9fa9ec746189d3da (diff)
downloadpkgsrc-a091b4947689cfe23f2072f895fc2ba979ddbdf2.tar.gz
s/elseif/elif/
fixes PR pkg/29562 from Robert Elz.
Diffstat (limited to 'lang/icon')
-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}"