diff options
author | dholland <dholland> | 2012-04-02 00:11:33 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-04-02 00:11:33 +0000 |
commit | d608a5822cd0321270dd838e59e13da615011cf9 (patch) | |
tree | e8be7755729e8ae279a0ee6f07ef853ccd7275b9 /games/tuxmath/patches | |
parent | 24e255c096731468f0e66c6bf23803a4fa985742 (diff) | |
download | pkgsrc-d608a5822cd0321270dd838e59e13da615011cf9.tar.gz |
Remove an old bit of patch that changed chmod a+rX to a+r. Fixes
install permissions errors with some umask values.
Diffstat (limited to 'games/tuxmath/patches')
-rw-r--r-- | games/tuxmath/patches/patch-aa | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/tuxmath/patches/patch-aa b/games/tuxmath/patches/patch-aa index ad48ca9a2f5..632f58f700d 100644 --- a/games/tuxmath/patches/patch-aa +++ b/games/tuxmath/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2010/06/25 22:47:50 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2012/04/02 00:11:33 dholland Exp $ --- Makefile.orig Fri Sep 7 00:40:21 2001 +++ Makefile Wed Mar 26 23:23:08 2003 @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.2 2010/06/25 22:47:50 joerg Exp $ VERSION=2001.09.07 -@@ -31,13 +31,11 @@ +@@ -31,12 +31,10 @@ install: @echo "COPYING BINARY TO $(BIN_PREFIX)" cp tuxmath $(BIN_PREFIX) @@ -23,8 +23,6 @@ $NetBSD: patch-aa,v 1.2 2010/06/25 22:47:50 joerg Exp $ mkdir -p $(DATA_PREFIX) cp -r data/* $(DATA_PREFIX) - chown -R root.root $(DATA_PREFIX) -- chmod -R a+rX,g-w,o-w $(DATA_PREFIX) -+ chmod -R a+r,g-w,o-w $(DATA_PREFIX) + chmod -R a+rX,g-w,o-w $(DATA_PREFIX) clean: - -rm tuxmath |