diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-17 17:47:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-17 17:47:09 +0000 |
commit | a166fd74ea56a5a7b380ddfcd94b3501ab127aee (patch) | |
tree | 8a4dbcdc82aeb40f0b2e3f78db67b919ec6a02c4 /pkgtools/pbulk/Makefile | |
parent | 85e6a41e4e10142302cb296fe217b11b16b046e6 (diff) | |
download | pkgsrc-a166fd74ea56a5a7b380ddfcd94b3501ab127aee.tar.gz |
pbulk-0.20:
- run checksum stage of a build with the privileged user, as DISTDIR
might not be writeable
- create the actual package as privileged user as well
- pre-create work.log when using user-destdir
- in pre-build, only wait if the meta subdirectory exists. bulklog itself
can often be a mount point.
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 d8f3ab8a668..d73e6f4fa28 100644 --- a/pkgtools/pbulk/Makefile +++ b/pkgtools/pbulk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2008/01/16 14:20:08 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2008/01/17 17:47:09 joerg Exp $ -DISTNAME= pbulk-0.19 +DISTNAME= pbulk-0.20 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |