diff options
Diffstat (limited to 'x11-wm/hs-xmonad/Makefile')
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 0d682b20bb24..06da894f0ed0 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -3,18 +3,18 @@ PORTNAME= xmonad PORTVERSION= 0.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-wm haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Tiling window manager -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_CABAL= extensible-exceptions mtl utf8-string>=0.3 X11>=1.5 USE_XORG= x11 -MAN1= xmonad.1 +MAN1PAGES= xmonad.1 MAN1SRC= man EXECUTABLE= xmonad |