aboutsummaryrefslogtreecommitdiffstats
path: root/www/moinmoin
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2016-11-14 19:26:59 +0800
committerdanfe <danfe@FreeBSD.org>2016-11-14 19:26:59 +0800
commitcd55e6e69506a0458c9132c892628ff8cba00803 (patch)
tree4c728ef23dfb9c2bf0c1eebc23ad8d7b2eea4181 /www/moinmoin
parent208a873ea31126f1a11cbe1a3e80ecc599bbbb79 (diff)
downloadfreebsd-ports-gnome-cd55e6e69506a0458c9132c892628ff8cba00803.tar.gz
freebsd-ports-gnome-cd55e6e69506a0458c9132c892628ff8cba00803.tar.zst
freebsd-ports-gnome-cd55e6e69506a0458c9132c892628ff8cba00803.zip
Do not terminate BROKEN messages with period, it is added by the framework.
Diffstat (limited to 'www/moinmoin')
-rw-r--r--www/moinmoin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moinmoin/Makefile b/www/moinmoin/Makefile
index 6d1e347640b2..31b756989d50 100644
--- a/www/moinmoin/Makefile
+++ b/www/moinmoin/Makefile
@@ -43,7 +43,7 @@ MOINSCRIPT= ${MOINDIR}/server/moin.cgi
.elif ${MOINTYPE} == "WSGI"
MOINSCRIPT= ${MOINDIR}/server/moin.wsgi
.else
-BROKEN= MOINTYPE must be a STANDALONE, FCGI, WSGI, MOD_PYTHON or CGI.
+BROKEN= MOINTYPE must be a STANDALONE, FCGI, WSGI, MOD_PYTHON, or CGI
.endif
pre-everything::