diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-30 19:36:12 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-30 19:36:12 +0000 |
commit | 7f668509434c3b5171a40ceab5f0097f76d5975d (patch) | |
tree | 0a16acd5d6126c00dd4ab45a19e08310ec0b27fd /www | |
parent | add cave 0.3 (diff) |
Add missing '"' at the end of echo.
Notes
Notes:
svn path=/head/; revision=52422
Diffstat (limited to 'www')
-rw-r--r-- | www/phpnuke/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phpnuke/Makefile b/www/phpnuke/Makefile index 368d907e21e8..3c2bfa158ec6 100644 --- a/www/phpnuke/Makefile +++ b/www/phpnuke/Makefile @@ -28,7 +28,7 @@ DOCS= ADDONS-MODULES BLOCKS CHANGES README TODO pre-everything: .if !defined(WITH_PHP4) @${ECHO_MSG} "" - @${ECHO_MSG} "Press CTRL-C and define WITH_PHP4 if you want to use PHP Nuke with PHP4. + @${ECHO_MSG} "Press CTRL-C and define WITH_PHP4 if you want to use PHP Nuke with PHP4." @${ECHO_MSG} "" .endif |