mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
12 lines
473 B
Plaintext
12 lines
473 B
Plaintext
--- ./lib/apex/Makefile.in.orig Sun Nov 3 23:15:55 2002
|
|
+++ ./lib/apex/Makefile.in Sun Nov 3 23:16:03 2002
|
|
@@ -203,7 +203,7 @@
|
|
|
|
install-data-hook:
|
|
@SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/scores.raw"
|
|
-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
|
|
+@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
|
|
@SET_GID_TRUE@ chmod -R g+w "$(DESTDIR)$(angbanddir)"
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|