aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-23 13:10:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-23 13:10:28 +0000
commit4e09685164e335db88615c73a13eb8f2d6232f72 (patch)
treea06c2f408194debb1ac4c2da8414245c6b84a28e /www/lynx
parent12dac60056c5197615a32c95bc7670cd2ff65739 (diff)
downloadports-4e09685164e335db88615c73a13eb8f2d6232f72.tar.gz
ports-4e09685164e335db88615c73a13eb8f2d6232f72.zip
Allow packaging as a regular user
Notes
Notes: svn path=/head/; revision=345721
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/files/patch-makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lynx/files/patch-makefile.in b/www/lynx/files/patch-makefile.in
index f91ba7fbbd04..4756b047c294 100644
--- a/www/lynx/files/patch-makefile.in
+++ b/www/lynx/files/patch-makefile.in
@@ -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