1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/angband/files/patch-ad

12 lines
416 B
Plaintext
Raw Normal View History

--- ./lib/save/Makefile.in.orig Sun Nov 3 23:18:07 2002
+++ ./lib/save/Makefile.in Sun Nov 3 23:16:48 2002
@@ -202,7 +202,7 @@
install-data-hook:
-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
+@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
@SET_GID_TRUE@ chmod -R 070 "$(DESTDIR)$(angbanddir)"
# Tell versions [3.59,3.63) of GNU make to not export all variables.