diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-20 04:29:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-20 04:29:46 +0800 |
commit | e3b24d8efd7450161139777d21222fb91995721a (patch) | |
tree | f0331f05ba7241c756bcf8c5b3277256a81fa5ec /games | |
parent | fef06e1de7e22d5ebf790e0c03539eb8858f1894 (diff) | |
download | freebsd-ports-gnome-e3b24d8efd7450161139777d21222fb91995721a.tar.gz freebsd-ports-gnome-e3b24d8efd7450161139777d21222fb91995721a.tar.zst freebsd-ports-gnome-e3b24d8efd7450161139777d21222fb91995721a.zip |
Correct the plist with regard to the last commit, and fix up the patch
so that the chown works on -CURRENT.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/files/patch-mahjongg_Makefile.in | 4 | ||||
-rw-r--r-- | games/gnome-games/pkg-plist | 3 | ||||
-rw-r--r-- | games/gnomegames2/files/patch-mahjongg_Makefile.in | 4 | ||||
-rw-r--r-- | games/gnomegames2/pkg-plist | 3 |
4 files changed, 8 insertions, 6 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 diff --git a/games/gnomegames2/files/patch-mahjongg_Makefile.in b/games/gnomegames2/files/patch-mahjongg_Makefile.in index c8d40ce2cf38..917c7420673a 100644 --- a/games/gnomegames2/files/patch-mahjongg_Makefile.in +++ b/games/gnomegames2/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/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 910edff0181e..2dd61e01ef17 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/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 |