mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
cb07705667
PR: 30303 Submitted by: maintainer
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
--- lib/save/Makefile.am.0 Tue Sep 4 15:12:25 2001
|
|
+++ lib/save/Makefile.am Tue Sep 4 15:12:57 2001
|
|
@@ -15,6 +15,6 @@
|
|
|
|
install-data-hook:
|
|
if SET_GID
|
|
- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
|
|
+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
|
|
chmod -R 070 "$(DESTDIR)$(angbanddir)"
|
|
endif
|