diff options
author | hauke <hauke@pkgsrc.org> | 2017-02-09 10:16:21 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2017-02-09 10:16:21 +0000 |
commit | 243850e76a9b538b3583735e1fea321333ccf426 (patch) | |
tree | 1f35223c3a41cf189c84fb1919087865bb6bd333 /net/p5-File-Rsync | |
parent | d4f86918209a716733456d431f7dd8fcd4756820 (diff) | |
download | pkgsrc-243850e76a9b538b3583735e1fea321333ccf426.tar.gz |
Just learned about SUBST_VARS.foo.
Diffstat (limited to 'net/p5-File-Rsync')
-rw-r--r-- | net/p5-File-Rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile index 5250ade2b88..8a2d5115661 100644 --- a/net/p5-File-Rsync/Makefile +++ b/net/p5-File-Rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2017/02/08 14:15:30 hauke Exp $ +# $NetBSD: Makefile,v 1.4 2017/02/09 10:16:21 hauke Exp $ DISTNAME= File-Rsync-0.49 PKGNAME= p5-${DISTNAME} @@ -19,7 +19,7 @@ SUBST_CLASSES+= fix-paths 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' +SUBST_VARS.fix-paths+= PREFIX PERL5_MODULE_TYPE= MakeMaker PERL5_PACKLIST= auto/File/Rsync/.packlist |