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 /dns/dnsviz | |
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 'dns/dnsviz')
-rw-r--r-- | dns/dnsviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnsviz/Makefile b/dns/dnsviz/Makefile index 8727ab72706b..eaba5aace659 100644 --- a/dns/dnsviz/Makefile +++ b/dns/dnsviz/Makefile @@ -19,7 +19,7 @@ USE_PYTHON= autoplist distutils USE_GITHUB= yes PYDISTUTILS_INSTALLNOSINGLE= yes -BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+. +BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+ post-patch: @${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py |