mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
14 lines
581 B
Plaintext
14 lines
581 B
Plaintext
--- gnome-pty-helper/Makefile.in.orig Wed Nov 27 13:30:48 2002
|
|
+++ gnome-pty-helper/Makefile.in Wed Nov 27 13:31:05 2002
|
|
@@ -425,8 +425,8 @@
|
|
|
|
|
|
install-exec-hook:
|
|
- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
|
- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
|
+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
|
+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|