summaryrefslogtreecommitdiff
path: root/x11-toolkits/vte
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-23 23:13:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-23 23:13:34 +0000
commitda273dde80edcd27bf9da6198c2d189284b7f906 (patch)
tree7e4be53a5a883ad87dea08ea71c3be871a7f1ee4 /x11-toolkits/vte
parentAdd latd 1.19, the linux-decnet project LAT protocol suite. (diff)
Install gnome-pty-helper setgid to tty instead of setuid to root.
Notes
Notes: svn path=/head/; revision=96502
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r--x11-toolkits/vte/Makefile2
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index fd62114e34d0..a05be841797f 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vte
PORTVERSION= 0.11.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
index fdb419f853c2..2195ba4c19be 100644
--- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
+++ b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
@@ -23,8 +23,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
++ chown root:tty $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
++ chmod g+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: