pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Make Apache 2.2.x the default as discussed on "tech...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98b04f4d0e9b
branches:  trunk
changeset: 536597:98b04f4d0e9b
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Dec 17 22:09:58 2007 +0000

description:
Make Apache 2.2.x the default as discussed on "tech-pkg" mailing list.

diffstat:

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

diffs (18 lines):

diff -r 84f7cfd52ca0 -r 98b04f4d0e9b mk/apache.mk
--- a/mk/apache.mk      Mon Dec 17 22:08:12 2007 +0000
+++ b/mk/apache.mk      Mon Dec 17 22:09:58 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.24 2007/10/17 10:43:36 rillig Exp $
+# $NetBSD: apache.mk,v 1.25 2007/12/17 22:09:58 tron Exp $
 #
 # This file is meant to be included by packages that require an apache
 # web server.
@@ -47,7 +47,7 @@
 
 .include "bsd.fast.prefs.mk"
 
-PKG_APACHE_DEFAULT?=           apache2
+PKG_APACHE_DEFAULT?=           apache22
 BUILD_DEFS+=                   PKG_APACHE_DEFAULT
 BUILD_DEFS_EFFECTS+=           PKG_APACHE APACHE_PKG_PREFIX
 



Home | Main Index | Thread Index | Old Index