Date: Thu, 12 Sep 2013 13:15:07 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327061 - head/editors/mined/files Message-ID: <201309121315.r8CDF7Uj029193@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu Sep 12 13:15:07 2013 New Revision: 327061 URL: http://svnweb.freebsd.org/changeset/ports/327061 Log: Fix on -CURRENT. Reported by: pkg-fallout Added: head/editors/mined/files/patch-makefile (contents, props changed) Added: head/editors/mined/files/patch-makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/mined/files/patch-makefile Thu Sep 12 13:15:07 2013 (r327061) @@ -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 )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309121315.r8CDF7Uj029193>