diff options
author | obache <obache@pkgsrc.org> | 2008-11-26 17:06:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-26 17:06:05 +0000 |
commit | 7d3c8bfb792b1e25905d5672ead062a96e56904a (patch) | |
tree | 705792d74cee2b5d515fbd668636bb7a4a69df50 /databases/p5-tokyotyrant | |
parent | 78a2887addb8759cbe154d345887609666b38bae (diff) | |
download | pkgsrc-7d3c8bfb792b1e25905d5672ead062a96e56904a.tar.gz |
Fixes perl5 path in test scripts.
Diffstat (limited to 'databases/p5-tokyotyrant')
-rw-r--r-- | databases/p5-tokyotyrant/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-tokyotyrant/Makefile b/databases/p5-tokyotyrant/Makefile index 66fe8a6bcc0..80bb059205d 100644 --- a/databases/p5-tokyotyrant/Makefile +++ b/databases/p5-tokyotyrant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 11:40:33 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/26 17:06:05 obache Exp $ # DISTNAME= tokyotyrant-perl-1.2 @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/TokyoTyrant/.packlist USE_LANGUAGES= # none +REPLACE_PERL= *.pl + INSTALLATION_DIRS+= share/tokyotyrant/doc/perl post-install: |