mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Convert GMAKE to MAKE_CMD for x11-themes/cursor-crystal-theme.
This port no longer gets updates and is very inactive so it is unlikely any other changes will be occuring in the near future, so commit this minor change by itself.
This commit is contained in:
parent
0304765166
commit
e946a1d6d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337845
@ -33,7 +33,7 @@ post-patch:
|
||||
${WRKSRC}/white_src/Makefile
|
||||
|
||||
pre-build:
|
||||
@(cd ${WRKSRC}; ${ENV} ${MAKE_ENV} ${GMAKE} clean ${MAKE_ARGS})
|
||||
@(cd ${WRKSRC}; ${ENV} ${MAKE_ENV} ${MAKE_CMD} clean ${MAKE_ARGS})
|
||||
|
||||
pre-install:
|
||||
@${REINPLACE_CMD} \
|
||||
|
Loading…
Reference in New Issue
Block a user