diff options
author | rillig <rillig> | 2006-06-18 01:28:30 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-18 01:28:30 +0000 |
commit | 293d83f05bfd7f4f9976af43cc6e483a1bd55be2 (patch) | |
tree | 9d59e39f38dbc3be3f5950fd929f31df53cb6191 /games | |
parent | 178eeb3eab7bd5e5f56d483447397a645297a4ac (diff) | |
download | pkgsrc-293d83f05bfd7f4f9976af43cc6e483a1bd55be2.tar.gz |
Fixed path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/frozen-bubble/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index 3b075753e29..af1ce1b9dd7 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2006/06/12 16:28:09 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2006/06/18 01:28:30 rillig Exp $ # DISTNAME= frozen-bubble-1.0.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= games MASTER_SITES= http://zarb.org/~gc/fb/ EXTRACT_SUFX= .tar.bz2 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake perl:run MAKE_ENV+= PERL5=${PERL5:Q} CP=${CP:Q} INSTALLDIRS="vendor" -REPLACE_PERL= frozen-bubble* +REPLACE_PERL+= frozen-bubble* gfx/shoot/create.pl PERL5_PACKLIST= auto/fb_c_stuff/.packlist post-extract: |