diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/truncate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/truncate/Makefile b/sysutils/truncate/Makefile index 5c980df..b68756e 100644 --- a/sysutils/truncate/Makefile +++ b/sysutils/truncate/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/truncate .include <bsd.port.pre.mk> .if ${OSVERSION} >= 420000 -BROKEN= "truncate(1) is in the base-system" +FORBIDDEN= "truncate(1) is in the base-system" .endif .include <bsd.port.post.mk> |