diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-05-08 19:13:09 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-05-08 19:13:09 +0000 |
commit | e213fa368b874fa4bcabe2bf2a9656a56ba2b914 (patch) | |
tree | 8d841ebb503669cc3097fb77b95bb1d6f88a53e7 /textproc/hs-lhs2tex | |
parent | f625471b4f36b31a4cbe8ff198afbd887eae7fe8 (diff) |
- Take maintainership for haskell@
PR: ports/134191
Submitted by: pgj
Approved by: maintainer, tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=233435
Diffstat (limited to 'textproc/hs-lhs2tex')
-rw-r--r-- | textproc/hs-lhs2tex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile index 1305d3ac172d..0f843c27be18 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://people.cs.uu.nl/andres/${PORTNAME}/ -MAINTAINER= mainland@apeiron.net +MAINTAINER= haskell@FreeBSD.org COMMENT= A preprocessor to generate LaTeX code from literate Haskell sources BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ |