diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-08-20 14:34:30 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-08-20 14:34:30 +0000 |
commit | fe1b5cc31234ac7d9cadeeb9c83bc53a6cf57bcd (patch) | |
tree | 158d62b51cd68b680f32ff9711752c76324debae /textproc/hs-stringsearch | |
parent | 591548fcc4ff4a61070c688a433c4c0e73b33096 (diff) | |
download | ports-fe1b5cc31234ac7d9cadeeb9c83bc53a6cf57bcd.tar.gz ports-fe1b5cc31234ac7d9cadeeb9c83bc53a6cf57bcd.zip |
Notes
Diffstat (limited to 'textproc/hs-stringsearch')
-rw-r--r-- | textproc/hs-stringsearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile index 0c97557e945b..8943fec47c38 100644 --- a/textproc/hs-stringsearch/Makefile +++ b/textproc/hs-stringsearch/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://hackage.haskell.org/packages/archive/stringsearch/${PORTVER http://kerneled.org/tmp/ PKGNAMEPREFIX= hs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= Boyer-Moore/Knuth-Morris-Pratt string search library BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc |