summaryrefslogtreecommitdiff
path: root/mk/apache.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-05-11 08:35:52 +0000
committerrillig <rillig@pkgsrc.org>2007-05-11 08:35:52 +0000
commitd47a0d4dcbd66bd9f72886e76f57984f22954fb8 (patch)
treee2945de2cde403e105300b0451639ca6fc986de7 /mk/apache.mk
parent6be919f08d7d3d5d21d4adaab8ee273a4037e75e (diff)
downloadpkgsrc-d47a0d4dcbd66bd9f72886e76f57984f22954fb8.tar.gz
PKGBASE must not include a backslash.
Diffstat (limited to 'mk/apache.mk')
-rw-r--r--mk/apache.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/apache.mk b/mk/apache.mk
index da53d3eccbc..caea9be2c49 100644
--- a/mk/apache.mk
+++ b/mk/apache.mk
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.21 2007/05/09 19:56:18 joerg Exp $
+# $NetBSD: apache.mk,v 1.22 2007/05/11 08:35:52 rillig Exp $
#
# This file is meant to be included by packages that require an apache
# web server.
@@ -58,7 +58,7 @@ USE_APR?= no
# The available apache packages:
_PKG_APACHES= apache13 apache2 apache22
-_APACHE_PKGBASE.apache13= apache-1\*
+_APACHE_PKGBASE.apache13= apache-1*
_APACHE_PKG_PREFIX.apache13= ap13
_APACHE_PKGSRCDIR.apache13= ../../www/apache
@@ -66,7 +66,7 @@ _APACHE_PKGBASE.apache2= apache-2.0*
_APACHE_PKG_PREFIX.apache2= ap2
_APACHE_PKGSRCDIR.apache2= ../../www/apache2
-_APACHE_PKGBASE.apache22= apache-2.[23456789]\*
+_APACHE_PKGBASE.apache22= apache-2.[23456789]*
_APACHE_PKG_PREFIX.apache22= ap22
_APACHE_PKGSRCDIR.apache22= ../../www/apache22
@@ -90,7 +90,7 @@ PKG_APACHE_ACCEPTED= # none
.for _ap_ in ${PKG_APACHE_ACCEPTED}
_APACHE_OK.${_ap_}= yes
_APACHE_INSTALLED.${_ap_}!= \
- if ${PKG_INFO} -qe ${_APACHE_PKGBASE.${_ap_}}; then \
+ if ${PKG_INFO} -qe ${_APACHE_PKGBASE.${_ap_}:Q}; then \
${ECHO} yes; \
else \
${ECHO} no; \