diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-10 15:22:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-10 15:22:13 +0000 |
commit | 706de7de9264f25fad75272de7e153c1bf791034 (patch) | |
tree | 2feb1f410c493c9e7cc492d5a0165cd0c95d68b8 /mk/pbulk | |
parent | 495adcee1c32caf80e361223100031f13dc247a5 (diff) | |
download | pkgsrc-706de7de9264f25fad75272de7e153c1bf791034.tar.gz |
Retire Apache 1.3 and 2.0.
Diffstat (limited to 'mk/pbulk')
-rw-r--r-- | mk/pbulk/pbulk-index.mk | 4 |
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; \ |