1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add missing closing ".

This commit is contained in:
Oliver Braun 2002-09-17 06:37:01 +00:00
parent 704e9d5a8b
commit d2e905edd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66481
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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