freebsd-ports/games/zangband/files/patch-ac
David W. Chapman Jr. cb07705667 Update to 2.6.2
PR:		30303
Submitted by:	maintainer
2001-09-10 01:25:41 +00:00

11 lines
312 B
Text

--- lib/bone/Makefile.am.0 Tue Sep 4 15:12:21 2001
+++ lib/bone/Makefile.am Tue Sep 4 15:13:06 2001
@@ -15,7 +15,7 @@
install-data-hook:
if SET_GID
- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
chmod -R 070 "$(DESTDIR)$(angbanddir)"
endif