diff options
Diffstat (limited to 'devel/hs-BNFC/Makefile')
-rw-r--r-- | devel/hs-BNFC/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/hs-BNFC/Makefile b/devel/hs-BNFC/Makefile index af88fa7a6aa0..84eafee9333a 100644 --- a/devel/hs-BNFC/Makefile +++ b/devel/hs-BNFC/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= BNFC -PORTVERSION= 2.6.0.3 -PORTREVISION= 8 +PORTVERSION= 2.8 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -17,9 +16,5 @@ USE_HAPPY= yes EXECUTABLE= bnfc -# Force regeneration of the lexer and parser. -post-patch:: - @${RM} -rf ${WRKSRC}/dist - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |