diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-05-25 20:14:49 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-05-25 20:14:49 +0000 |
commit | d6268aca9d7a247c8304028b215e23366a0081da (patch) | |
tree | de13528e97259a5d72955e38ab5ce717e67224af /www/lynx-current/files | |
parent | eb8a9a84617e991bbeb1802acd3764df9ff29b24 (diff) | |
download | ports-d6268aca9d7a247c8304028b215e23366a0081da.tar.gz ports-d6268aca9d7a247c8304028b215e23366a0081da.zip |
upgrade to pre.7
Notes
Notes:
svn path=/head/; revision=18992
Diffstat (limited to 'www/lynx-current/files')
-rw-r--r-- | www/lynx-current/files/patch-aa | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa index 51b8aacfb1c1..6d54024372fb 100644 --- a/www/lynx-current/files/patch-aa +++ b/www/lynx-current/files/patch-aa @@ -1,12 +1,13 @@ ---- makefile.in.orig Tue Mar 30 09:10:37 1999 -+++ makefile.in Fri Apr 16 09:41:59 1999 -@@ -398,8 +398,7 @@ +--- makefile.in.orig Tue May 25 21:13:02 1999 ++++ makefile.in Tue May 25 23:27:44 1999 +@@ -407,8 +407,8 @@ 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 + install-cfg : $(LIBDIR) +- -mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg +- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg ++ $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default + -[ ! -f $(libdir)/lynx.cfg ] && $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg - install-lss : $(libdir) - -mv -f $(libdir)/lynx.lss $(libdir)/lynx.oldlss + install-lss : $(LIBDIR) + -mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss |