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 /sysutils/pftop | |
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 'sysutils/pftop')
-rw-r--r-- | sysutils/pftop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 4eda2e310e34..b192fb52f503 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/ MAINTAINER= araujo@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf -BROKEN_FreeBSD_9= Does not build. +BROKEN_FreeBSD_9= does not build .include <bsd.port.pre.mk> |