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/publicfile | |
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/publicfile')
-rw-r--r-- | www/publicfile/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/www/publicfile/Makefile b/www/publicfile/Makefile index a9f087c1505a..01e74be49b83 100644 --- a/www/publicfile/Makefile +++ b/www/publicfile/Makefile @@ -25,19 +25,12 @@ LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html .include <bsd.port.options.mk> -pre-everything:: .if ${PORT_OPTIONS:MBASICAUTH} && ${PORT_OPTIONS:MCOMMONLOG} - @${ECHO_MSG} - @${ECHO_MSG} "Currently the common log and auth patches conflict." - @${ECHO_MSG} -BROKEN= Currently the common log and auth patches conflict. +BROKEN= common log and auth patches are currently in conflict .endif .if ${PORT_OPTIONS:MBASICAUTH} && ${PORT_OPTIONS:MREDIRECT_SLASH} - @${ECHO_MSG} - @${ECHO_MSG} "Currently the redirect slash and auth patches conflict." - @${ECHO_MSG} -BROKEN= Currently the redirect slash and auth patches conflict. +BROKEN= redirect slash and auth patches are currently in conflict .endif .if ${PORT_OPTIONS:MREDIRECT_SLASH} |