aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-06-03 18:49:19 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-06-03 18:49:37 +0000
commit854178ccbe870195c5d7395cbc332092ddf7658b (patch)
treea7f46c330f7d5dc06ec5b5b2cf544cc8166558a0
parent8c00446980aa6183cfe318347595900ac8a82d69 (diff)
downloadports-854178ccbe870195c5d7395cbc332092ddf7658b.tar.gz
ports-854178ccbe870195c5d7395cbc332092ddf7658b.zip
x11/hs-xmobar: Unbreak the build by removing EXAMPLES option.
-rw-r--r--x11/hs-xmobar/Makefile6
1 files changed, 1 insertions, 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>