diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 13:35:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 13:35:31 +0800 |
commit | 7081e7e5b12afca923788e24924af7212c2bc526 (patch) | |
tree | 6379d84ceeca72bc6c80702dd60bd714b378b04a /lang/Sather | |
parent | d11d1e4cc7b3c1ec281b2ea35d2fc5d85e4c5102 (diff) | |
download | freebsd-ports-gnome-7081e7e5b12afca923788e24924af7212c2bc526.tar.gz freebsd-ports-gnome-7081e7e5b12afca923788e24924af7212c2bc526.tar.zst freebsd-ports-gnome-7081e7e5b12afca923788e24924af7212c2bc526.zip |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 77fd34007baa..b86dcb1db7b4 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -76,7 +76,7 @@ post-patch: -e 's,(CC_OPTIONS:[[:space:]]*).*,\1"${SAT_CFLAGS}";,' \ -e 's,(GC_LINK:[[:space:]]*).*,\1"${SAT_LIBS}";,' \ -e 's,(CC_OPTIMIZE_FLAG:[[:space:]]*).*,\1""\,"${CFLAGS}";,' \ - -e 's,(MAKE_COMMAND:[[:space:]]*).*,\1"${GMAKE}";,' \ + -e 's,(MAKE_COMMAND:[[:space:]]*).*,\1"${MAKE_CMD}";,' \ -e 's,(FORTRAN_APPEND_UNDERSCORE:[[:space:]]*).*,\1"true";,' \ -e 's,CONFIG_PLATFORMS,unix,' \ -e 's,CONFIG_DEFAULT_PLATFORM,freebsd,' \ |