diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2001-03-23 16:08:52 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2001-03-23 16:08:52 +0000 |
| commit | f766e222e3574c73ad405d5f4bcb7b354702fdfe (patch) | |
| tree | 3df38b0b7644eadc056cdc0f45ae5bcc2bde9ffe /sysutils | |
| parent | 63522304e0bbe698cb962542cb93e658e15bc32f (diff) | |
Remove the "#" at the beginning of the BROKEN= line. *blush*
Submitted by: jedgar
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 3d0bce2fd03d..5c980df91376 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" +BROKEN= "truncate(1) is in the base-system" .endif .include <bsd.port.post.mk> |
