diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-02 15:01:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-02 15:01:50 +0000 |
commit | 870046c5d25a58da805efba84ec714e3ade084a4 (patch) | |
tree | f1c30e637163fa1dd2ce62ba301eda034ee76bcd /games | |
parent | f1c123bcf5128f82bccc80e7fb2632971e4ca0a5 (diff) | |
download | ports-870046c5d25a58da805efba84ec714e3ade084a4.tar.gz ports-870046c5d25a58da805efba84ec714e3ade084a4.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/frozenbubble/Makefile | 2 | ||||
-rw-r--r-- | games/frozenbubble/pkg-plist | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index 8f8882c69ad0..63dc693cc10d 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= frozenbubble PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://people.mandrakesoft.com/~gc/fb/ \ http://frozenbubble.free.fr/fb/ diff --git a/games/frozenbubble/pkg-plist b/games/frozenbubble/pkg-plist index cce6443ce05d..09ac7e8d240b 100644 --- a/games/frozenbubble/pkg-plist +++ b/games/frozenbubble/pkg-plist @@ -1,5 +1,12 @@ bin/frozen-bubble.pl bin/frozen-bubble +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/fb_c_stuff/fb_c_stuff.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/fb_c_stuff/fb_c_stuff.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/fb_c_stuff/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/build_fbsyms +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/fb_c_stuff.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/fbsyms.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/fbmdkcommon.pm share/frozen-bubble/data/levels share/frozen-bubble/data/plasma.raw share/frozen-bubble/snd/applause.wav @@ -278,6 +285,7 @@ share/frozen-bubble/gfx/tomate.png share/frozen-bubble/gfx/win_panel_p1.png share/frozen-bubble/gfx/win_panel_p2.png share/frozen-bubble/highscores.default +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/fb_c_stuff @dirrm share/frozen-bubble/data @dirrm share/frozen-bubble/snd @dirrm share/frozen-bubble/gfx/balls |