".else if" -> ".elif", from David A. Holland in PR 35218.

This commit is contained in:
wiz 2006-12-09 08:24:10 +00:00
parent 5727a2ad04
commit 8cdcc0aecc

View file

@ -1,4 +1,4 @@
# $NetBSD: apache.mk,v 1.17 2006/12/08 23:58:46 xtraeme Exp $
# $NetBSD: apache.mk,v 1.18 2006/12/09 08:24:10 wiz Exp $
#
# This file is meant to be included by packages that require an apache
# web server.
@ -125,7 +125,7 @@ APACHE_PKG_PREFIX= ${_APACHE_PKG_PREFIX.${PKG_APACHE}}
.if (${PKG_APACHE} == "apache2") && !empty(USE_APR:M[yY][eE][sS])
. include "../../devel/apr/buildlink3.mk"
.else if (${PKG_APACHE} == "apache22") && !empty(USE_APR:M[Yy][Ee][Ss])
.elif (${PKG_APACHE} == "apache22") && !empty(USE_APR:M[Yy][Ee][Ss])
. include "../../devel/apr1/buildlink3.mk"
.endif