diff options
Diffstat (limited to 'textproc/hs-lhs2tex/Makefile')
-rw-r--r-- | textproc/hs-lhs2tex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile index 5290549e883a..edcabfe39aba 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -8,6 +8,7 @@ PORTNAME= lhs2tex PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -25,7 +26,5 @@ EXECUTABLE= lhs2TeX MAN1= lhs2TeX.1 -PORTDATA= * - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |