diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-22 03:04:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-22 03:04:31 +0000 |
commit | 5e5fecf8ca1fc0fa36a7cd4ff186fa4b078a99a2 (patch) | |
tree | 3f928e85c88b82ee0f22db9fab3b19155394e912 /lang/perl5 | |
parent | f96c9d4f4ecd32a954a5498db31cc009ef6b7907 (diff) | |
download | pkgsrc-5e5fecf8ca1fc0fa36a7cd4ff186fa4b078a99a2.tar.gz |
Replace perl interpreter in one more file.
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 930ca7f7673..3ae7d5679a3 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.232 2014/11/22 03:01:52 wiz Exp $ +# $NetBSD: Makefile,v 1.233 2014/11/22 03:04:31 wiz Exp $ .include "license.mk" .include "Makefile.common" @@ -248,6 +248,7 @@ REPLACE_PERL+= cpan/version/lib/version.pm REPLACE_PERL+= dist/bignum/lib/Math/BigFloat/Trace.pm REPLACE_PERL+= dist/bignum/lib/Math/BigInt/Trace.pm REPLACE_PERL+= dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp +REPLACE_PERL+= ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm REPLACE_PERL+= ext/File-DosGlob/lib/File/DosGlob.pm REPLACE_PERL+= lib/unicore/mktables |