summaryrefslogtreecommitdiff
path: root/games/frozen-bubble/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-01 15:57:18 +0000
committerwiz <wiz>2004-12-01 15:57:18 +0000
commit1b39338d66b67e598dcaea664f30284afd2593f4 (patch)
tree7c42494d3e3dbd15cfe0e675762c213fbfa45403 /games/frozen-bubble/Makefile
parent01e00a6784d86c2402c552ab31ad56889afe86e7 (diff)
downloadpkgsrc-1b39338d66b67e598dcaea664f30284afd2593f4.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/Makefile')
-rw-r--r--games/frozen-bubble/Makefile6
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"