svn commit: r329255 - head/games/flyhard/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 4 01:40:38 UTC 2013


Author: amdmi3
Date: Fri Oct  4 01:40:37 2013
New Revision: 329255
URL: http://svnweb.freebsd.org/changeset/ports/329255

Log:
  - Add forgotten patch

Added:
  head/games/flyhard/files/
  head/games/flyhard/files/patch-src-Makefile.in   (contents, props changed)

Added: head/games/flyhard/files/patch-src-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/flyhard/files/patch-src-Makefile.in	Fri Oct  4 01:40:37 2013	(r329255)
@@ -0,0 +1,15 @@
+--- src/Makefile.in.orig	2009-02-15 18:44:02.000000000 +0300
++++ src/Makefile.in	2013-09-30 06:52:38.221519372 +0400
+@@ -597,9 +597,9 @@
+ #since automake doesn't directly put anything in $(savedir), it may not exist
+ install-data-hook:
+ 	@echo "Creating blank hi-score file"
+-	mkdir -p $(savedir)
+-	touch $(savedir)/scores
+-	chmod a+rw $(savedir)/scores
++	mkdir -p $(DESTDIR)$(savedir)
++	touch $(DESTDIR)$(savedir)/scores
++	chmod a+rw $(DESTDIR)$(savedir)/scores
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:


More information about the svn-ports-all mailing list