diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-24 17:12:47 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-24 17:12:47 +0000 |
commit | bb64ab003aca267634ead400985c2ac56190fea6 (patch) | |
tree | 285d972071ac5c2b1a0e42d03d4e78d6c77cf761 /x11/libgnome | |
parent | 824e8c59d6ee50979378e332011bc475d062754b (diff) | |
download | ports-bb64ab003aca267634ead400985c2ac56190fea6.tar.gz ports-bb64ab003aca267634ead400985c2ac56190fea6.zip |
Notes
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/files/patch-ag | 14 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 1 |
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag new file mode 100644 index 000000000000..8dc1c2be4227 --- /dev/null +++ b/x11/libgnome/files/patch-ag @@ -0,0 +1,14 @@ +--- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998 ++++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998 +@@ -217,8 +217,9 @@ + int i; + char *shell; + static char *shells [] = { +- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh", +- "/bin/csh", "/bin/sh", 0 ++ "/bin/csh", "/bin/sh", "/usr/local/bin/tcsh", ++ "/usr/local/bin/bash", "/usr/local/bin/ksh", ++ "/usr/local/bin/zsh", "/usr/local/bin/scsh", 0 + }; + + if ((shell = getenv ("SHELL"))){ diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index 7af8d01e8ec4..e0a93e0c468b 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -152,6 +152,5 @@ share/locale/sv/LC_MESSAGES/gnome-libs.mo @dirrm include/libgnorba @dirrm include/zvt @dirrm share/gnome/games -@dirrm share/gnome/html @dirrm share/gnome/pixmaps @dirrm share/gnome |