diff options
author | joerg <joerg> | 2007-08-05 14:15:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-05 14:15:55 +0000 |
commit | 317b8b1ba24432319b25839a77fbfb9983dd0f25 (patch) | |
tree | d99ad99f6ae86fbf8aa044356c391a5a7e653e65 /pkgtools/pbulk/Makefile | |
parent | af6e8b54eb3faa4132c20bd246a21ec0982900ab (diff) | |
download | pkgsrc-317b8b1ba24432319b25839a77fbfb9983dd0f25.tar.gz |
Don't compare a function name against NULL, master_mode is meant here.
Thanks tnn@.
Reverse the test for extracting the bootstrap kit as the old version
hits set -e error handling.
Bump to pbulk-1.11.
Diffstat (limited to 'pkgtools/pbulk/Makefile')
-rw-r--r-- | pkgtools/pbulk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile index 3e2c008982c..5af1af6af4a 100644 --- a/pkgtools/pbulk/Makefile +++ b/pkgtools/pbulk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2007/08/05 12:30:10 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2007/08/05 14:15:55 joerg Exp $ -DISTNAME= pbulk-0.10 +DISTNAME= pbulk-0.11 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |