summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-05 12:30:10 +0000
committertnn <tnn@pkgsrc.org>2007-08-05 12:30:10 +0000
commitd3014307f16f8d0f96ee85878a0b34c9d5bb26a5 (patch)
treea2d3db7fa4a9195ed4ea7e189ea45fd65848748c /pkgtools/pbulk
parentdc1ccda7d497c4952d83f2e5f41723bc32f50b0e (diff)
downloadpkgsrc-d3014307f16f8d0f96ee85878a0b34c9d5bb26a5.tar.gz
Do SUBST handling in post-patch instead of pre-configure. This makes
substitution (and any substitution warnings) run before the build starts, rather than after building libnbcompat. The reason for this is that libnbcompat is _built_ in the pre-configure stage when in inplace mode.
Diffstat (limited to 'pkgtools/pbulk')
-rw-r--r--pkgtools/pbulk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile
index 02550536b88..3e2c008982c 100644
--- a/pkgtools/pbulk/Makefile
+++ b/pkgtools/pbulk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/07/27 09:59:36 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/08/05 12:30:10 tnn Exp $
DISTNAME= pbulk-0.10
CATEGORIES= pkgtools
@@ -19,8 +19,8 @@ USE_TOOLS+= awk:run bzip2:run digest:run gzip:run ident:run make:run \
mail:run
DEPENDS+= rsync-[0-9]*:../../net/rsync
-SUBST_CLASSES+= tools
-SUBST_STAGE.tools= pre-configure
+SUBST_CLASSES+= tools
+SUBST_STAGE.tools= post-patch
SUBST_MESSAGE.tools= Fixing references to tools
SUBST_FILES.tools= pbulk.conf scripts/build scripts/build-client-start \
scripts/bulkbuild scripts/client-clean \