aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-07-28 08:24:02 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-07-28 19:52:55 +0000
commit842a12d0f9e4b2321b2d0fb6cda37d6906533ab9 (patch)
tree5ff101fe93fb1a472264fb684d1b7b31d39898a2
parent9c00bbb360529b01d76e40463dda4ea22da37d21 (diff)
downloadports-842a12d0f9e4b2321b2d0fb6cda37d6906533ab9.tar.gz
ports-842a12d0f9e4b2321b2d0fb6cda37d6906533ab9.zip
Uses/cabal.mk: Document SKIP_CABAL_PLIST.
-rw-r--r--Mk/Uses/cabal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Uses/cabal.mk b/Mk/Uses/cabal.mk
index 552df05d8b7e..425c7a377d0d 100644
--- a/Mk/Uses/cabal.mk
+++ b/Mk/Uses/cabal.mk
@@ -39,6 +39,9 @@
# CABAL_PROJECT Sets how to treat existing cabal.project file. Possible
# values are "remove" and "append".
#
+# SKIP_CABAL_PLIST Set to "yes" to prevent Haskell executables from being
+# added to the pkg-plist automatically.
+#
# MAINTAINER: haskell@FreeBSD.org
.if !defined(_INCLUDE_USES_CABAL_MK)