1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Fix on -CURRENT.

Reported by:	pkg-fallout
This commit is contained in:
Thierry Thomas 2013-09-12 13:15:07 +00:00
parent 18e111e32f
commit 283993719c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327061

View File

@ -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 )