aboutsummaryrefslogtreecommitdiff
path: root/comms/yaps/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-01 15:06:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-01 15:06:56 +0000
commit5a4f078dc0a79cd243f14c8433408932c2db51b6 (patch)
treef92b23dc5d959d7fd03a85e7991961c2159c57e2 /comms/yaps/files
parent1e667000be295a371d5f5f0c75d6d0e32066d0b3 (diff)
downloadports-5a4f078dc0a79cd243f14c8433408932c2db51b6.tar.gz
ports-5a4f078dc0a79cd243f14c8433408932c2db51b6.zip
- Simplify MASTER_SITES
- Fix installation from non-root - Fix binary permissions MFH: 2015Q1
Notes
Notes: svn path=/head/; revision=380201
Diffstat (limited to 'comms/yaps/files')
-rw-r--r--comms/yaps/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/yaps/files/patch-Makefile b/comms/yaps/files/patch-Makefile
index 58eb808e59ec..4f48e55ef38c 100644
--- a/comms/yaps/files/patch-Makefile
+++ b/comms/yaps/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2013-11-17 23:01:50.000000000 +0800
-+++ Makefile 2013-11-17 23:04:00.000000000 +0800
-@@ -33,15 +33,15 @@ yaps.doc: yaps.html
+--- Makefile.orig 1997-06-06 15:45:35.000000000 +0400
++++ Makefile 2015-02-26 00:28:11.000000000 +0300
+@@ -33,15 +33,15 @@
lynx -cfg=/dev/null -nolist -dump $< > $@
install: $(DSTFLE) $(CFGFILE)
@@ -15,7 +15,7 @@
$(DSTFLE): yaps
- install -o $(YAPS_USER) -g $(YAPS_GROUP) -m $(YAPS_MODE) -s yaps $@
-+ install -o $(YAPS_USER) -g $(YAPS_GROUP) -m $(YAPS_MODE) -s yaps $(DESTDIR)$@
++ install -m 711 -s yaps $(DESTDIR)$@
$(CFGFILE): yaps.rc
@if [ ! -f $@ ]; then \