diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-01 15:57:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-01 15:57:18 +0000 |
commit | de598af6e6c26f34bf6e520e94aff1abb3de564f (patch) | |
tree | 7c42494d3e3dbd15cfe0e675762c213fbfa45403 /games/frozen-bubble | |
parent | ccd10c28c8bfa18f5de42a6c2605c73af002781a (diff) | |
download | pkgsrc-de598af6e6c26f34bf6e520e94aff1abb3de564f.tar.gz |
Bump PKGREVISION to 5:
Use perl5/module.mk instead of perl5/bl3.mk, so the PLIST generating
code works. Fixes binary package to include all the files (and removes
some leftover files from the bulk build).
Diffstat (limited to 'games/frozen-bubble')
-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 499a3122748..f01224d9f21 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:14:44 tv Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/01 15:57:18 wiz Exp $ # DISTNAME= frozen-bubble-1.0.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= games MASTER_SITES= http://zarb.org/~gc/fb/ EXTRACT_SUFX= .tar.bz2 @@ -26,6 +26,6 @@ post-extract: ${RM} -rf ${WRKSRC}/gfx/.xvpics .include "../../audio/SDL_mixer/buildlink3.mk" -.include "../../lang/perl5/buildlink3.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |