1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix usage of MAKE / GMAKE.

Notified by:	danfe
This commit is contained in:
Thierry Thomas 2013-09-12 16:10:31 +00:00
parent e6a561e69a
commit cf15c941cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327085
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ PORTDOCS= *
USE_GMAKE= yes
MAKEFILE= makefile
REINPLACE_ARGS= -i ""
MAKE_ARGS= GMAKE=${GMAKE} CC=${CC:T} OPT="${CFLAGS}"
MAKE_ARGS= GMAKE=${MAKE_CMD} CC=${CC:T} OPT="${CFLAGS}"
INSTALL_TARGET= localinstall
MAKE_JOBS_UNSAFE= yes

View File

@ -5,7 +5,7 @@
manual:
- cd man; make
+ cd man; $(GMAKE)
+ cd man && $(MAKE)
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 )