git: 842a12d0f9e4 - main - Uses/cabal.mk: Document SKIP_CABAL_PLIST.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 28 Jul 2022 19:53:33 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=842a12d0f9e4b2321b2d0fb6cda37d6906533ab9

commit 842a12d0f9e4b2321b2d0fb6cda37d6906533ab9
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-07-28 08:24:02 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-07-28 19:52:55 +0000

    Uses/cabal.mk: Document SKIP_CABAL_PLIST.
---
 Mk/Uses/cabal.mk | 3 +++
 1 file changed, 3 insertions(+)

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)