svn commit: r327061 - head/editors/mined/files

Thierry Thomas thierry at FreeBSD.org
Thu Sep 12 13:15:07 UTC 2013


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 )


More information about the svn-ports-all mailing list