diff options
-rw-r--r-- | pkgtools/pkg_rolling-replace/Makefile | 4 | ||||
-rwxr-xr-x | pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_rolling-replace/Makefile b/pkgtools/pkg_rolling-replace/Makefile index e1b389dcdaf..1ea10f6f4b8 100644 --- a/pkgtools/pkg_rolling-replace/Makefile +++ b/pkgtools/pkg_rolling-replace/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2011/03/22 04:04:58 obache Exp $ +# $NetBSD: Makefile,v 1.33 2012/04/30 13:59:38 gdt Exp $ -DISTNAME= pkg_rolling-replace-0.24 +DISTNAME= pkg_rolling-replace-0.24.1 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh b/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh index 996059db250..7ea0b97df07 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.31 2011/03/22 04:04:58 obache Exp $ +# $NetBSD: pkg_rolling-replace.sh,v 1.32 2012/04/30 13:59:39 gdt Exp $ #<license> # Copyright (c) 2006 BBN Technologies Corp. All rights reserved. # @@ -453,7 +453,7 @@ while [ -n "$REPLACE_TODO" ]; do # 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). - MAKE_SET_VARS='PKGNAME_REQD=${pkg}-*' + MAKE_SET_VARS="PKGNAME_REQD=${pkg}-*" if ! is_member $pkg $DEPENDS_CHECKED; then echo "${OPI} Checking if $pkg has new depends..." |