diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 21:56:09 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-19 21:56:09 +0000 |
| commit | e73865b3740b7634b8d2ac07a566c4b76c1fb8b6 (patch) | |
| tree | 80544722ab4c5b197f411331ef2981c0d58dd388 | |
| parent | Mark BROKEN: Installation is intentionnaly broken (diff) | |
Fix a typo in previous commit
With hat: portmgr
| -rw-r--r-- | net/etherboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index 99de3373894b..83705a0fa724 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF http://etherboot.berlios.de/dist/ MAINTAINER= ambrisko@FreeBSD.org COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot) -BORKEN= Installation is intentionnaly broken +BROKEN= Installation is intentionnaly broken SSP_UNSAFE= yes ONLY_FOR_ARCHS= i386 |
