summaryrefslogtreecommitdiff
path: root/games/gcompris
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-05-12 08:27:09 +0000
committerhasso <hasso@pkgsrc.org>2009-05-12 08:27:09 +0000
commitfcdc548b46988f08f432c988a11c7d68724d697e (patch)
treef93ebfc41d3989ddbecd5a81d60764f3920291d4 /games/gcompris
parent5236868370c2d31cf54a4ac88bdaac9c697c3ec7 (diff)
downloadpkgsrc-fcdc548b46988f08f432c988a11c7d68724d697e.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'games/gcompris')
-rw-r--r--games/gcompris/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index ac8882761e0..a031c38b3e4 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2009/02/09 22:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/12 08:28:59 hasso Exp $
DISTNAME= gcompris-8.4.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gcompris/}
@@ -33,6 +33,9 @@ CONFIGURE_ARGS+= --enable-gnet
.include "../../net/gnet/buildlink3.mk"
.endif
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/py-sqlite2/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"