aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ezload/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-02-15 04:19:04 +0800
committerlioux <lioux@FreeBSD.org>2001-02-15 04:19:04 +0800
commit5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (patch)
treedaa4d0a42b5b75d1ff9d4547f677f0e255f4681b /misc/ezload/Makefile
parent12bc8350ed1f09e847609c10c37edebcb505fc84 (diff)
downloadfreebsd-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/Makefile4
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>