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 | d738e1081ef5809fa9b99ce77d9566f758eed6aa (patch) | |
tree | 705792d74cee2b5d515fbd668636bb7a4a69df50 /databases | |
parent | b6680c5fad5984d1cdc675ab9887c63a21714f6c (diff) | |
download | pkgsrc-d738e1081ef5809fa9b99ce77d9566f758eed6aa.tar.gz |
Fixes perl5 path in test scripts.
Diffstat (limited to 'databases')
-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: |