diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:04 +0800 |
commit | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (patch) | |
tree | daa4d0a42b5b75d1ff9d4547f677f0e255f4681b /misc/ezload/Makefile | |
parent | 12bc8350ed1f09e847609c10c37edebcb505fc84 (diff) | |
download | freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.tar.gz freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.tar.zst freebsd-ports-gnome-5e129658fc7663aee97c3d6ca2a3bdf3aeabd003.zip |
simple typo fix, remove odd extraneous spaces (^ $)
Diffstat (limited to 'misc/ezload/Makefile')
-rw-r--r-- | misc/ezload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index bccfba240f57..ff5c6fe1db47 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -18,9 +18,9 @@ MANCOMPRESSED= yes MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" FORCE="${FORCE}" .include <bsd.port.pre.mk> - + .if ${OSVERSION} < 400012 IGNORE= 'This port only works on 4.00012' .endif - + .include <bsd.port.post.mk> |