1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/www/lynx-current/files/patch-aa

13 lines
479 B
Plaintext
Raw Normal View History

--- 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