diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-17 15:21:57 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-17 15:21:57 +0000 |
commit | bea08ef8d2e2da996308ec4ff71bd74660eec0f9 (patch) | |
tree | 06279fae8b54980c78fad0d4281c00770109883f /games | |
parent | 5f763b018ccc42049d68a269ef922bf7595e987d (diff) | |
download | pkgsrc-bea08ef8d2e2da996308ec4ff71bd74660eec0f9.tar.gz |
make sure frozen-bubble installs perl module in vendor_site
Fix PR 32015, no need for PKGREVISION bump, as it fails otherwise
Also, the previous version may have installed files in
lib/perl5/site_perl/**/auto/fb_c_stuff/
They will have to be manually deleted
Diffstat (limited to 'games')
-rw-r--r-- | games/frozen-bubble/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index ef5e99895b7..20b04b52110 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:19 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/11/17 15:21:57 tonio Exp $ # DISTNAME= frozen-bubble-1.0.0 @@ -15,7 +15,7 @@ DEPENDS+= p5-SDL>=1.19.2:../../devel/p5-SDL USE_TOOLS+= gmake perl:run -MAKE_ENV+= PERL5="${PERL5}" CP="${CP}" +MAKE_ENV+= PERL5="${PERL5}" CP="${CP}" INSTALLDIRS="vendor" REPLACE_PERL= frozen-bubble* PERL5_PACKLIST= auto/fb_c_stuff/.packlist |