summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_rolling-replace
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-03 22:14:00 +0000
committerwiz <wiz@pkgsrc.org>2012-10-03 22:14:00 +0000
commit6023c634af19f890c563886be4fe4ba1f4e0d3ae (patch)
treea6e0112f1c7655fad080d88eaa928420d1b0af8b /pkgtools/pkg_rolling-replace
parentadeec7701b41e363cf9c35c508b73472f11506ee (diff)
downloadpkgsrc-6023c634af19f890c563886be4fe4ba1f4e0d3ae.tar.gz
Update for python25 removal.
Diffstat (limited to 'pkgtools/pkg_rolling-replace')
-rwxr-xr-xpkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh
index 7ea0b97df07..b907436cda3 100755
--- a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh
+++ b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: pkg_rolling-replace.sh,v 1.32 2012/04/30 13:59:39 gdt Exp $
+# $NetBSD: pkg_rolling-replace.sh,v 1.33 2012/10/03 22:14:03 wiz Exp $
#<license>
# Copyright (c) 2006 BBN Technologies Corp. All rights reserved.
#
@@ -451,8 +451,8 @@ while [ -n "$REPLACE_TODO" ]; do
# Set PKGNAME_REQD to give underlying make processes a chance to
# set options derived from the package name. For example,
# the appropriate version of Python can be derived from the
- # package name (so, when building py25-foo, use python-2.5,
- # not python-2.6).
+ # package name (so, when building py26-foo, use python-2.6,
+ # not python-2.7).
MAKE_SET_VARS="PKGNAME_REQD=${pkg}-*"
if ! is_member $pkg $DEPENDS_CHECKED; then