mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1e6874f294
since there's no history to preserve, and perform some fixups. PR: 21205 Submitted by: Ports Fury Approved by: Ports Wraith (no repo-copy)
14 lines
639 B
Plaintext
14 lines
639 B
Plaintext
--- Makefile.in.orig Tue Apr 18 19:05:53 2000
|
|
+++ Makefile.in Sat Sep 2 04:04:58 2000
|
|
@@ -422,8 +422,8 @@
|
|
install-data-local:
|
|
-$(mkinstalldirs) $(DESTDIR)$(scoredir)
|
|
-touch $(DESTDIR)$(scoredir)/gnome-breakout.scores
|
|
- -chown games.games $(DESTDIR)$(scoredir)/gnome-breakout.scores
|
|
- -chmod 0644 $(DESTDIR)$(scoredir)/gnome-breakout.scores
|
|
+ -chown root.games $(DESTDIR)$(scoredir)/gnome-breakout.scores
|
|
+ -chmod 0664 $(DESTDIR)$(scoredir)/gnome-breakout.scores
|
|
-chgrp games $(DESTDIR)$(bindir)/gnome-breakout && chmod 2111 $(DESTDIR)$(bindir)/gnome-breakout
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|