diff options
Diffstat (limited to 'textproc/hs-haxml')
-rw-r--r-- | textproc/hs-haxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 3b66e0b9bcb6..7c50bd0aa83b 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -55,7 +55,7 @@ PLIST_SUB+= GHC="@comment " pre-everything: @${ECHO_CMD} "" .if defined(WITH_GHC) && !defined(WITHOUT_NHC98) - @${ECHO_CMD} " HaXml will be installed for both nhc98 and ghc. + @${ECHO_CMD} " HaXml will be installed for both nhc98 and ghc." .elif defined(WITHOUT_NHC98) @${ECHO_CMD} " HaXml will be installed for ghc only." .else |