pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk ".else if" -> ".elif", from David A. Holland in PR ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ee89c3991cc
branches: trunk
changeset: 522430:8ee89c3991cc
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 09 08:24:10 2006 +0000
description:
".else if" -> ".elif", from David A. Holland in PR 35218.
diffstat:
mk/apache.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0c30c0019d40 -r 8ee89c3991cc mk/apache.mk
--- a/mk/apache.mk Sat Dec 09 08:20:47 2006 +0000
+++ b/mk/apache.mk Sat Dec 09 08:24:10 2006 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index