pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/frozen-bubble make sure frozen-bubble installs p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be53e83be60e
branches:  trunk
changeset: 503265:be53e83be60e
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu Nov 17 15:21:57 2005 +0000

description:
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:

 games/frozen-bubble/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cd449ffd75c7 -r be53e83be60e games/frozen-bubble/Makefile
--- a/games/frozen-bubble/Makefile      Thu Nov 17 14:21:02 2005 +0000
+++ b/games/frozen-bubble/Makefile      Thu Nov 17 15:21:57 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index