diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-12 08:27:09 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-12 08:27:09 +0000 |
commit | fcdc548b46988f08f432c988a11c7d68724d697e (patch) | |
tree | f93ebfc41d3989ddbecd5a81d60764f3920291d4 /games | |
parent | 5236868370c2d31cf54a4ac88bdaac9c697c3ec7 (diff) | |
download | pkgsrc-fcdc548b46988f08f432c988a11c7d68724d697e.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 7 |
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" |