git: 854178ccbe87 - main - x11/hs-xmobar: Unbreak the build by removing EXAMPLES option.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sat, 03 Jun 2023 18:49:41 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=854178ccbe870195c5d7395cbc332092ddf7658b

commit 854178ccbe870195c5d7395cbc332092ddf7658b
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-06-03 18:49:19 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-06-03 18:49:37 +0000

    x11/hs-xmobar: Unbreak the build by removing EXAMPLES option.
---
 x11/hs-xmobar/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile
index 9bf2819e0d7e..877374e54d79 100644
--- a/x11/hs-xmobar/Makefile
+++ b/x11/hs-xmobar/Makefile
@@ -12,7 +12,7 @@ USES=		cabal gnome pkgconfig xorg
 
 USE_GNOME=	cairo pango
 
-OPTIONS_DEFINE=		EXAMPLES XFT XPM MPD INOTIFY DATEZONE THREADED UVMETER
+OPTIONS_DEFINE=		XFT XPM MPD INOTIFY DATEZONE THREADED UVMETER
 OPTIONS_DEFAULT=	XFT
 
 XFT_DESC=		Use Xft to render text (UTF-8 support included)
@@ -151,8 +151,4 @@ USE_CABAL=	OneTuple-0.4.1.1 \
 CABAL_FLAGS=		with_weather with_rtsopts with_utf8 \
 			-with_mpris -with_dbus -with_iwlib -with_nl80211 -with_alsa -all_extensions
 
-post-install-EXAMPLES-on:
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/examples/xmobar.config ${STAGEDIR}${EXAMPLESDIR}
-
 .include <bsd.port.mk>