From a5542a52d96e254ed1f44c1a56fbe2aa5cfc6743 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 7 Dec 2017 18:54:36 +0000 Subject: [PATCH] a few more FIX_EXTRACT_PERMISSIONS --- games/wizznic/Makefile | 3 ++- games/wmminichess/Makefile | 3 ++- games/xjewel/Makefile | 3 ++- games/xscavenger/Makefile | 3 ++- math/p5-Math-Random-ISAAC/Makefile | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/games/wizznic/Makefile b/games/wizznic/Makefile index 327d751874e..c35ae1be615 100644 --- a/games/wizznic/Makefile +++ b/games/wizznic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/05/17 12:10:53 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2017/12/07 18:54:36 espie Exp $ COMMENT = brick-matching puzzle game @@ -6,6 +6,7 @@ V = 0.9.9 DISTNAME = wizznic-${V}-src PKGNAME = wizznic-${V} REVISION = 0 +FIX_EXTRACT_PERMISSIONS=Yes CATEGORIES = games diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile index a6f88155b50..341dbc91171 100644 --- a/games/wmminichess/Makefile +++ b/games/wmminichess/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2017/10/23 17:10:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2017/12/07 18:54:36 espie Exp $ COMMENT= wm-dockapp; chess game @@ -6,6 +6,7 @@ DISTNAME= miniCHESS-0.8 PKGNAME= wm${DISTNAME:L} REVISION = 2 CATEGORIES= games x11 x11/windowmaker +FIX_EXTRACT_PERMISSIONS=Yes HOMEPAGE= http://www.foobargeek.com/miniCHESS/ diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index 1f988999dfa..c4d50c9e0a6 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.34 2017/11/08 22:20:58 fcambus Exp $ +# $OpenBSD: Makefile,v 1.35 2017/12/07 18:54:36 espie Exp $ COMMENT= dropping jewels game for X11 DISTNAME= xjewel-1.6 REVISION = 6 CATEGORIES= games +FIX_EXTRACT_PERMISSIONS=Yes MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/} EXTRACT_SUFX= .tar.z diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index 28df481fda4..a05458b6624 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2017/10/23 17:10:50 sthen Exp $ +# $OpenBSD: Makefile,v 1.20 2017/12/07 18:54:36 espie Exp $ DISTNAME= xscavenger-1.4.4 REVISION = 3 EXTRACT_SUFX= .tgz CATEGORIES= games +FIX_EXTRACT_PERMISSIONS=Yes # GPLv2 PERMIT_PACKAGE_CDROM= Yes diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile index aa5e8b401a2..bee40a9accb 100644 --- a/math/p5-Math-Random-ISAAC/Makefile +++ b/math/p5-Math-Random-ISAAC/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2016/03/20 19:56:48 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2017/12/07 18:54:36 espie Exp $ COMMENT= interface to the ISAAC PRNG algorithm @@ -6,6 +6,7 @@ MODULES= cpan PKG_ARCH= * DISTNAME= Math-Random-ISAAC-1.004 CATEGORIES= math +FIX_EXTRACT_PERMISSIONS=Yes MAINTAINER= David Hill