diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-07 18:14:14 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-07 18:14:14 +0800 |
commit | ad4f63b20068f55d46de82a927e9fb6e1c073aa5 (patch) | |
tree | 2b4b401a3eeec4e953413353ca1d6ce57304138e /devel | |
parent | 29b0240c5bf93cdfeb5b431a7a1344cd680e566a (diff) | |
download | freebsd-ports-gnome-ad4f63b20068f55d46de82a927e9fb6e1c073aa5.tar.gz freebsd-ports-gnome-ad4f63b20068f55d46de82a927e9fb6e1c073aa5.tar.zst freebsd-ports-gnome-ad4f63b20068f55d46de82a927e9fb6e1c073aa5.zip |
Set maintainer to haskell@.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-alex/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-tclhaskell-ghc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 9853e22f895e..3cf2471e5d57 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.haskell.org/alex/dist/ PKGNAMEPREFIX= hs- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= stolz@i2.informatik.rwth-aachen.de +MAINTAINER= haskell@FreeBSD.org COMMENT= Alex is a tool for generating lexical analysers in Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc diff --git a/devel/hs-tclhaskell-ghc/Makefile b/devel/hs-tclhaskell-ghc/Makefile index 00b1e68ac9f5..082216937806 100644 --- a/devel/hs-tclhaskell-ghc/Makefile +++ b/devel/hs-tclhaskell-ghc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.dcs.gla.ac.uk/~meurig/TclHaskell/ PKGNAMEPREFIX= hs- DISTNAME= TclHaskell1_2 -MAINTAINER= stolz@i2.informatik.rwth-aachen.de +MAINTAINER= haskell@FreeBSD.org COMMENT= Tcl/Tk binding for Haskell .if defined(WITH_GHC5) |