pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Fix prefix for Apache 2.2 packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b32e2d50df64
branches:  trunk
changeset: 528604:b32e2d50df64
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed May 09 19:56:18 2007 +0000

description:
Fix prefix for Apache 2.2 packages.

diffstat:

 mk/apache.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f9b5aa95f485 -r b32e2d50df64 mk/apache.mk
--- a/mk/apache.mk      Wed May 09 19:38:39 2007 +0000
+++ b/mk/apache.mk      Wed May 09 19:56:18 2007 +0000
@@ -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_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
 
 #



Home | Main Index | Thread Index | Old Index