svn commit: r345721 - head/www/lynx/files

Antoine Brodin antoine at FreeBSD.org
Sun Feb 23 13:10:29 UTC 2014


Author: antoine
Date: Sun Feb 23 13:10:28 2014
New Revision: 345721
URL: http://svnweb.freebsd.org/changeset/ports/345721
QAT: https://qat.redports.org/buildarchive/r345721/

Log:
  Allow packaging as a regular user

Modified:
  head/www/lynx/files/patch-makefile.in

Modified: head/www/lynx/files/patch-makefile.in
==============================================================================
--- head/www/lynx/files/patch-makefile.in	Sun Feb 23 12:45:05 2014	(r345720)
+++ head/www/lynx/files/patch-makefile.in	Sun Feb 23 13:10:28 2014	(r345721)
@@ -29,7 +29,7 @@ Index: makefile.in
  
  install-cfg : $(SYSCONFDIR)
 -	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg
-+	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.sample
++	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL) -m 644" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.sample
  
  install-lss : $(SYSCONFDIR)
 -	@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss


More information about the svn-ports-all mailing list