aboutsummaryrefslogtreecommitdiff
path: root/lang/purescript
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-08-08 18:07:00 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-08-09 09:16:31 +0000
commit505ecf2230c9e73f5d231b855b2a88c41dfc3d26 (patch)
treef63029feb84abbdbc30d39362b5ec4497f2dd6c1 /lang/purescript
parent5b45bb04f59989cae4ade5cd99ef40873b97370b (diff)
downloadports-505ecf2230c9e73f5d231b855b2a88c41dfc3d26.tar.gz
ports-505ecf2230c9e73f5d231b855b2a88c41dfc3d26.zip
Uses/cabal.mk: Rename `EXECUTABLES` to `CABAL_EXECUTABLES`.
Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D36079
Diffstat (limited to 'lang/purescript')
-rw-r--r--lang/purescript/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/purescript/Makefile b/lang/purescript/Makefile
index 93b5b19e9aef..c6f6e13ea53f 100644
--- a/lang/purescript/Makefile
+++ b/lang/purescript/Makefile
@@ -145,7 +145,7 @@ USE_CABAL= Cabal-3.6.3.0 \
xss-sanitize-0.3.7_1 \
zlib-0.6.3.0
-EXECUTABLES= purs
-CABAL_FLAGS= release
+CABAL_EXECUTABLES= purs
+CABAL_FLAGS= release
.include <bsd.port.mk>