diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /pkgtools/pkg_rolling-replace | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz |
Update for python25 removal.
Diffstat (limited to 'pkgtools/pkg_rolling-replace')
-rwxr-xr-x | pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh | 6 |
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 |