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:
parent
e6a561e69a
commit
cf15c941cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327085
@ -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
|
||||
|
||||
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user