diff options
author | joerg <joerg> | 2007-05-09 19:56:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-05-09 19:56:18 +0000 |
commit | 25c9f86e63d32fcc5cf45ba6c3a9d181c8c9c718 (patch) | |
tree | 7d6bf92a5b14f9a7ae8dc90affc630da0c0cf3c1 /mk/apache.mk | |
parent | b70bb617e0833b08f247f37b136e00e112379879 (diff) | |
download | pkgsrc-25c9f86e63d32fcc5cf45ba6c3a9d181c8c9c718.tar.gz |
Fix prefix for Apache 2.2 packages.
Diffstat (limited to 'mk/apache.mk')
-rw-r--r-- | mk/apache.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/apache.mk b/mk/apache.mk index 7cd8c68ecb4..da53d3eccbc 100644 --- a/mk/apache.mk +++ b/mk/apache.mk @@ -1,4 +1,4 @@ -# $NetBSD: apache.mk,v 1.20 2007/05/07 09:32:29 rillig Exp $ +# $NetBSD: apache.mk,v 1.21 2007/05/09 19:56:18 joerg Exp $ # # This file is meant to be included by packages that require an apache # web server. @@ -67,7 +67,7 @@ _APACHE_PKG_PREFIX.apache2= ap2 _APACHE_PKGSRCDIR.apache2= ../../www/apache2 _APACHE_PKGBASE.apache22= apache-2.[23456789]\* -_APACHE_PKG_PREFIX.apache22= ap2 +_APACHE_PKG_PREFIX.apache22= ap22 _APACHE_PKGSRCDIR.apache22= ../../www/apache22 # |