freebsd-ports/games/netwalk/files/patch-Makefile
Rusmir Dusko 202ad52f88 - Update to 0.4.11, Announce message:
Use intptr_t to stop compiler warnings.

 Making a release because of the icons by Rusmir Dusko

- Change patch, advice by upstream
2014-05-13 06:29:56 +00:00

11 lines
392 B
Text

--- ./Makefile.orig 2013-09-24 07:25:27.000000000 +0200
+++ ./Makefile 2014-05-12 21:10:05.000000000 +0200
@@ -24,7 +24,7 @@
ifeq ("$(OS)", "win32")
echo '#define NETWALK_SHARE_DIR "."' > sharedir.h
else
- echo '#define NETWALK_SHARE_DIR "'$(PREFIX)'/share/netwalk"' > sharedir.h
+ echo '#define NETWALK_SHARE_DIR "/usr/local/share/netwalk"' > sharedir.h
endif
version.h : ./Makefile