summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhauke <hauke>2017-02-08 14:15:30 +0000
committerhauke <hauke>2017-02-08 14:15:30 +0000
commita53c18094807612416c14cbf724e8730633ac9ac (patch)
tree0c5e0f32d866c650ced6e51400ee768245c165a1 /net
parenta9930a7975b879b1244408c4b83e68d7fc92e2db (diff)
downloadpkgsrc-a53c18094807612416c14cbf724e8730633ac9ac.tar.gz
Make sure the file substitution is performed before packaging.
Diffstat (limited to 'net')
-rw-r--r--net/p5-File-Rsync/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile
index 60f47054245..5250ade2b88 100644
--- a/net/p5-File-Rsync/Makefile
+++ b/net/p5-File-Rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/02/08 10:35:21 hauke Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/08 14:15:30 hauke Exp $
DISTNAME= File-Rsync-0.49
PKGNAME= p5-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= rsync-[0-9]*:../../net/rsync
REPLACE_PERL+= test.pl
SUBST_CLASSES+= fix-paths
-SUBST_STAGE.fix-paths= pre-install
+SUBST_STAGE.fix-paths= pre-configure
SUBST_MESSAGE.fix-paths= Fixing absolute paths
SUBST_FILES.fix-paths= Rsync.pm
SUBST_SED.fix-paths+= -e 's,@PREFIX@,${PREFIX},g'