aboutsummaryrefslogtreecommitdiff
path: root/net/libdnet/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-10-10 08:19:03 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-10-10 08:19:03 +0000
commit223dfb4db81508dca42eee0aded56f6f9176673f (patch)
tree8b78ea4990b9c2311dd02eb90000f25cadd5f021 /net/libdnet/Makefile
parentc259694e6ed33bf717aa949748a955a397fc2432 (diff)
downloadports-223dfb4db81508dca42eee0aded56f6f9176673f.tar.gz
ports-223dfb4db81508dca42eee0aded56f6f9176673f.zip
Fix typo in previous commit and prevend INDEX breakage
Submitted by: FreshPorts sanity checking
Notes
Notes: svn path=/head/; revision=175180
Diffstat (limited to 'net/libdnet/Makefile')
-rw-r--r--net/libdnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index 927e8dfbe856..8c4dee470264 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -39,7 +39,7 @@ MAN8= dnet.8
.endif
.include <bsd.port.pre.mk>
-.if ${OSVERSION}" < 500000
+.if ${OSVERSION} < 500000
IGNORE= doesn't build on FreeBSD 4.x
.endif