diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-17 06:37:01 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-17 06:37:01 +0000 |
commit | 19ca540a350c4b97b4b3026d126617830401ed75 (patch) | |
tree | cbc3574880a60c8f09deeb1b590ffdf744c763d4 /textproc | |
parent | 1dfb5780c28957c54f1f2afe58a6b4d29905aa36 (diff) | |
download | FreeBSD-ports-19ca540a350c4b97b4b3026d126617830401ed75.zip FreeBSD-ports-19ca540a350c4b97b4b3026d126617830401ed75.tar.gz |
Add missing closing ".
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-HaXml/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-haxml/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index 3b66e0b..7c50bd0 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 diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 3b66e0b..7c50bd0 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 |