aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-23 21:10:28 +0800
committerantoine <antoine@FreeBSD.org>2014-02-23 21:10:28 +0800
commitc3d2ea1d97118ac44006ace96f661075ad2c02b3 (patch)
treea06c2f408194debb1ac4c2da8414245c6b84a28e
parent8106a07b0e157a52f9f98b98eaf0cde255436651 (diff)
downloadfreebsd-ports-gnome-c3d2ea1d97118ac44006ace96f661075ad2c02b3.tar.gz
freebsd-ports-gnome-c3d2ea1d97118ac44006ace96f661075ad2c02b3.tar.zst
freebsd-ports-gnome-c3d2ea1d97118ac44006ace96f661075ad2c02b3.zip
Allow packaging as a regular user
-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