diff options
Diffstat (limited to 'x11-wm/hs-xmonad/Makefile')
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 2fd9c6814bc..a5fd4b2b4f9 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmonad -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= x11-wm haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad/${PORTVERSION}/ @@ -23,6 +23,7 @@ CABALCMD= ${LOCALBASE}/bin/runghc Setup.lhs GHC_VERSION= 6.8.2 SUBDIR= lib/${PORTNAME}-${PORTVERSION} PLIST_SUB= GHC_VERSION=${GHC_VERSION} \ + PORTVERSION=${PORTVERSION} \ SUBDIR=${SUBDIR} MAN1= xmonad.1 |