diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 11:49:32 +0800 |
commit | 07aa9b00440a2c57356aff67f194359a28298175 (patch) | |
tree | 275e4e6ec1de52d9789359048a5003b55c50df4e /textproc/hs-lhs2tex | |
parent | 928c146cb33b0b4c1fa5471d848a391e0287c3be (diff) | |
download | freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.gz freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.tar.zst freebsd-ports-gnome-07aa9b00440a2c57356aff67f194359a28298175.zip |
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/hs-lhs2tex')
-rw-r--r-- | textproc/hs-lhs2tex/Makefile | 3 | ||||
-rw-r--r-- | textproc/hs-lhs2tex/pkg-plist | 2 |
2 files changed, 1 insertions, 4 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> diff --git a/textproc/hs-lhs2tex/pkg-plist b/textproc/hs-lhs2tex/pkg-plist index 883595e8b6c6..df96defd557c 100644 --- a/textproc/hs-lhs2tex/pkg-plist +++ b/textproc/hs-lhs2tex/pkg-plist @@ -1,6 +1,4 @@ @comment $FreeBSD$ -%%NOPORTDOCS%%%%DOCSDIR%%/doc/Guide2.pdf -%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%/doc share/texmf-local/tex/latex/polytable/lazylist.sty share/texmf-local/tex/latex/polytable/polytable.sty @dirrm share/texmf-local/tex/latex/polytable |