aboutsummaryrefslogtreecommitdiffstats
path: root/www/phpnuke
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-12-31 03:36:12 +0800
committerdirk <dirk@FreeBSD.org>2001-12-31 03:36:12 +0800
commitc5292e355f7e4c1afb1ae230fd5526e5f49c07f3 (patch)
treea643ec536d67c23373416da8c7d47568a61de24f /www/phpnuke
parentc4ace2cc524c5ca2313ddda3c64836cc7145c402 (diff)
downloadfreebsd-ports-gnome-c5292e355f7e4c1afb1ae230fd5526e5f49c07f3.tar.gz
freebsd-ports-gnome-c5292e355f7e4c1afb1ae230fd5526e5f49c07f3.tar.zst
freebsd-ports-gnome-c5292e355f7e4c1afb1ae230fd5526e5f49c07f3.zip
Add missing '"' at the end of echo.
Diffstat (limited to 'www/phpnuke')
-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