pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-File-Rsync



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Feb  8 14:15:30 UTC 2017

Modified Files:
        pkgsrc/net/p5-File-Rsync: Makefile

Log Message:
Make sure the file substitution is performed before packaging.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/p5-File-Rsync/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-File-Rsync/Makefile
diff -u pkgsrc/net/p5-File-Rsync/Makefile:1.2 pkgsrc/net/p5-File-Rsync/Makefile:1.3
--- pkgsrc/net/p5-File-Rsync/Makefile:1.2       Wed Feb  8 10:35:21 2017
+++ pkgsrc/net/p5-File-Rsync/Makefile   Wed Feb  8 14:15:30 2017
@@ -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'



Home | Main Index | Thread Index | Old Index