diff options
author | wiz <wiz@pkgsrc.org> | 2019-12-28 11:43:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-12-28 11:43:58 +0000 |
commit | b600edefc11c9109fa892908c2817035eaf0fdf6 (patch) | |
tree | f9b0a0b973bffacba56028d326956d5552df0c0c /mk | |
parent | c373d42dbbe7f1f148ecb24d345ccac6a423d181 (diff) | |
download | pkgsrc-b600edefc11c9109fa892908c2817035eaf0fdf6.tar.gz |
apache.mk: update comment, apache22 is gone, so is the "ap22" prefix
Diffstat (limited to '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 a88dc368a95..a5c22e2f8f6 100644 --- a/mk/apache.mk +++ b/mk/apache.mk @@ -1,4 +1,4 @@ -# $NetBSD: apache.mk,v 1.31 2018/01/01 10:23:09 wiz Exp $ +# $NetBSD: apache.mk,v 1.32 2019/12/28 11:43:58 wiz Exp $ # # This file is meant to be included by packages that require an apache # web server. @@ -33,7 +33,7 @@ # APACHE_PKG_PREFIX # The package name prefix for apache modules. # -# Possible values: ap22 ap24 +# Possible values: ap24 # .if !defined(APACHE_MK) |