aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Sather
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-25 13:35:31 +0800
committerbapt <bapt@FreeBSD.org>2014-06-25 13:35:31 +0800
commit7081e7e5b12afca923788e24924af7212c2bc526 (patch)
tree6379d84ceeca72bc6c80702dd60bd714b378b04a /lang/Sather
parentd11d1e4cc7b3c1ec281b2ea35d2fc5d85e4c5102 (diff)
downloadfreebsd-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/Makefile2
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,' \