summaryrefslogtreecommitdiff
path: root/mk/pbulk
diff options
context:
space:
mode:
authorjoerg <joerg>2014-06-10 15:22:13 +0000
committerjoerg <joerg>2014-06-10 15:22:13 +0000
commit830845c005d66606421fc43bbd41ded8b0d63051 (patch)
tree2feb1f410c493c9e7cc492d5a0165cd0c95d68b8 /mk/pbulk
parentb7b2a78deaa2d4b93d5a359ae1cdfd1a2b3b6473 (diff)
downloadpkgsrc-830845c005d66606421fc43bbd41ded8b0d63051.tar.gz
Retire Apache 1.3 and 2.0.
Diffstat (limited to 'mk/pbulk')
-rw-r--r--mk/pbulk/pbulk-index.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk
index 81dca3285ac..60d50e23198 100644
--- a/mk/pbulk/pbulk-index.mk
+++ b/mk/pbulk/pbulk-index.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk-index.mk,v 1.19 2013/10/30 06:18:34 dholland Exp $
+# $NetBSD: pbulk-index.mk,v 1.20 2014/06/10 15:22:14 joerg Exp $
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to the parallel bulk build
@@ -78,7 +78,7 @@ pbulk-index: pbulk-index-item
# Use an ODE for loop to compute the carthesian product of
# the support settings. This expands to something like
#
-# for apache in apache13 apache2; do \
+# for apache in apache22 apache24; do \
# _PBULK_MULTI_VALUE.apache=$apache; \
# export _PBULK_MULTI_VALUE.apache; \
# PKG_APACHE=$apache; \