diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2013-09-12 13:15:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2013-09-12 13:15:07 +0000 |
commit | 283993719c2e005aa137f370f01dc4e94760d37c (patch) | |
tree | 0b0d00b725eea905584424643008421e1fe5f684 /editors | |
parent | 18e111e32f4c3e15178be68a9104753a900c0cca (diff) | |
download | freebsd-ports-283993719c2e005aa137f370f01dc4e94760d37c.zip |
Fix on -CURRENT.
Reported by: pkg-fallout
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mined/files/patch-makefile | 11 |
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 ) |