diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-14 19:26:59 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-14 19:26:59 +0800 |
commit | cd55e6e69506a0458c9132c892628ff8cba00803 (patch) | |
tree | 4c728ef23dfb9c2bf0c1eebc23ad8d7b2eea4181 /www/moinmoin | |
parent | 208a873ea31126f1a11cbe1a3e80ecc599bbbb79 (diff) | |
download | freebsd-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/Makefile | 2 |
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:: |