1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
2009-05-06 05:25:19 +00:00

14 lines
599 B
Plaintext

--- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400
+++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400
@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS
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
-include $(top_srcdir)/git.mk
# Tell versions [3.59,3.63) of GNU make to not export all variables.