diff options
Diffstat (limited to 'misc/ezload/Makefile')
-rw-r--r-- | misc/ezload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index 471802db5064..bccfba240f57 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -20,7 +20,7 @@ MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INS .include <bsd.port.pre.mk> .if ${OSVERSION} < 400012 -IGNORE= 'This port only works on 4.00012' +IGNORE= 'This port only works on 4.00012' .endif .include <bsd.port.post.mk> |