summaryrefslogtreecommitdiff
path: root/www/phpnuke/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-30 19:36:12 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-30 19:36:12 +0000
commit7f668509434c3b5171a40ceab5f0097f76d5975d (patch)
tree0a16acd5d6126c00dd4ab45a19e08310ec0b27fd /www/phpnuke/Makefile
parentadd cave 0.3 (diff)
Add missing '"' at the end of echo.
Notes
Notes: svn path=/head/; revision=52422
Diffstat (limited to 'www/phpnuke/Makefile')
-rw-r--r--www/phpnuke/Makefile2
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