summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-07 19:35:48 +0000
committerdholland <dholland@pkgsrc.org>2012-04-07 19:35:48 +0000
commitde6cea0d684b5880700c297ec5c02dad6c9f1ef2 (patch)
treef1a5a4220df01cb4ff41ebe76bfbe626545a4fd2
parent40892569568ef446bbaeeb0be4f4527279f954ac (diff)
downloadpkgsrc-de6cea0d684b5880700c297ec5c02dad6c9f1ef2.tar.gz
Switch SUBST_STAGE from post-patch to pre-configure to make it harder
to accidentally hardwire the substitution into patches/.
-rw-r--r--sysutils/bacula/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common
index 9b003ddce1b..47aa14e5515 100644
--- a/sysutils/bacula/Makefile.common
+++ b/sysutils/bacula/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.57 2012/03/10 13:20:12 shattered Exp $
+# $NetBSD: Makefile.common,v 1.58 2012/04/07 19:35:48 dholland Exp $
#
# used by sysutils/bacula-clientonly/Makefile
# used by sysutils/bacula-tray-monitor/Makefile
@@ -45,7 +45,7 @@ FILES_SUBST+= BACULA_DIR_USER=${BACULA_DIR_USER}
FILES_SUBST+= BACULA_SD_USER=${BACULA_SD_USER}
SUBST_CLASSES+= egdir
-SUBST_STAGE.egdir= post-patch
+SUBST_STAGE.egdir= pre-configure
SUBST_FILES.egdir= src/dird/Makefile.in
SUBST_FILES.egdir+= src/console/Makefile.in
SUBST_FILES.egdir+= src/filed/Makefile.in