diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-19 20:29:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-19 20:29:46 +0000 |
commit | 2339f1ac9602f6f9bddfa99015f91dacdc3191ed (patch) | |
tree | f5a7c93f97d16b2ae5418e6602872e8cf6e59860 /games/gnome-games | |
parent | Prevent log clobber on -STABLE machines with special drives. (diff) |
Correct the plist with regard to the last commit, and fix up the patch
so that the chown works on -CURRENT.
Notes
Notes:
svn path=/head/; revision=73557
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/files/patch-mahjongg_Makefile.in | 4 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/gnome-games/files/patch-mahjongg_Makefile.in b/games/gnome-games/files/patch-mahjongg_Makefile.in index c8d40ce2cf38..917c7420673a 100644 --- a/games/gnome-games/files/patch-mahjongg_Makefile.in +++ b/games/gnome-games/files/patch-mahjongg_Makefile.in @@ -9,8 +9,8 @@ - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -+ -chown games.games $(DESTDIR)$(scoredir)/mahjongg.easy.scores -+ -chown games.games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores ++ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.easy.scores ++ -chown games:games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 910edff0181e..2dd61e01ef17 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -137,7 +137,8 @@ share/gnome/games/iagno.b3.scores share/gnome/games/iagno.w1.scores share/gnome/games/iagno.w2.scores share/gnome/games/iagno.w3.scores -share/gnome/games/mahjongg.{easy,difficult}.scores +share/gnome/games/mahjongg.difficult.scores +share/gnome/games/mahjongg.easy.scores share/gnome/games/same-gnome.scores share/gnome/gnect/catseyes_40x40.gnect share/gnome/gnect/classic_40x40.gnect |