diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 16:55:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-16 16:55:34 +0000 |
commit | 125f04625128f75a5cd25af957f183a6fcafbb2f (patch) | |
tree | 7168d664147aaa4d49441f38a9cee73ed50f8415 /www/lynx-current/files | |
parent | Make slirp not broken (diff) |
Update to dev.22 and fix (I hope) the plist problem
PR: 11135
Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=17928
Diffstat (limited to 'www/lynx-current/files')
-rw-r--r-- | www/lynx-current/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa new file mode 100644 index 000000000000..51b8aacfb1c1 --- /dev/null +++ b/www/lynx-current/files/patch-aa @@ -0,0 +1,12 @@ +--- makefile.in.orig Tue Mar 30 09:10:37 1999 ++++ makefile.in Fri Apr 16 09:41:59 1999 +@@ -398,8 +398,7 @@ + PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(srcdir)/cfg_defs.sh' + + install-cfg : $(libdir) +- -mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg +- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg ++ -[ ! -f $(libdir)/lynx.cfg ] && $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg + + install-lss : $(libdir) + -mv -f $(libdir)/lynx.lss $(libdir)/lynx.oldlss |