Index: head/x11-wm/hs-xmonad/Makefile =================================================================== --- head/x11-wm/hs-xmonad/Makefile (revision 491023) +++ head/x11-wm/hs-xmonad/Makefile (revision 491024) @@ -1,29 +1,30 @@ # Created by: Matthieu Guegan # $FreeBSD$ PORTNAME= xmonad PORTVERSION= 0.15 PORTREVISION= 1 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Tiling window manager LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_CABAL= extensible-exceptions mtl semigroups setlocale utf8-string X11 USE_XORG= x11 MAN1PAGES= xmonad.1 MAN1SRC= man EXECUTABLE= xmonad OPTIONS_DEFINE= EXAMPLES INSTALL_PORTEXAMPLES= ${INSTALL_DATA} ${WRKSRC}/man/xmonad.hs \ ${STAGEDIR}${EXAMPLESDIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/x11-wm/hs-xmonad/pkg-descr =================================================================== --- head/x11-wm/hs-xmonad/pkg-descr (revision 491023) +++ head/x11-wm/hs-xmonad/pkg-descr (revision 491024) @@ -1,11 +1,11 @@ xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. xmonad is written and extensible in Haskell. Custom layout algorithms, and other extensions, may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several screens. -WWW: http://xmonad.org/ +WWW: https://xmonad.org/