aboutsummaryrefslogtreecommitdiff
path: root/editors/mined
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-09-12 13:15:07 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-09-12 13:15:07 +0000
commit283993719c2e005aa137f370f01dc4e94760d37c (patch)
tree0b0d00b725eea905584424643008421e1fe5f684 /editors/mined
parent18e111e32f4c3e15178be68a9104753a900c0cca (diff)
downloadports-283993719c2e005aa137f370f01dc4e94760d37c.tar.gz
ports-283993719c2e005aa137f370f01dc4e94760d37c.zip
Fix on -CURRENT.
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=327061
Diffstat (limited to 'editors/mined')
-rw-r--r--editors/mined/files/patch-makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/mined/files/patch-makefile b/editors/mined/files/patch-makefile
new file mode 100644
index 000000000000..10847c7db149
--- /dev/null
+++ b/editors/mined/files/patch-makefile
@@ -0,0 +1,11 @@
+--- makefile.orig 2013-06-12 17:39:26.000000000 +0200
++++ makefile 2013-09-12 15:09:05.000000000 +0200
+@@ -27,7 +27,7 @@
+ ./makemined clean
+
+ manual:
+- cd man; make
++ cd man; $(GMAKE)
+
+ VER=$(shell sed -e 's,^[^0-9]*,,' -e 's,[^0-9][^0-9]*,.,g' -e q VERSION )
+ UNIVER=$(shell sed -e '/^\# Blocks-/ b ver' -e d -e ': ver' -e 's,^[^0-9]*\([0-9].*[0-9]\).*,\1,g' -e 's,\.0$$,,' src/Blocks.txt )