diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 01:28:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 01:28:30 +0000 |
commit | 2a7845ff25fd68f9df2e5b1d61665a5d0dc4565f (patch) | |
tree | 9d59e39f38dbc3be3f5950fd929f31df53cb6191 /games | |
parent | 8ef36cf71a89a1486049f6dfabd81b062170738d (diff) | |
download | pkgsrc-2a7845ff25fd68f9df2e5b1d61665a5d0dc4565f.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: |