diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-10-10 16:19:03 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-10-10 16:19:03 +0800 |
commit | a6f3fdb994852d52cb4a5a1d81bfc4c16916a9d8 (patch) | |
tree | d2e412cb7c6537adef0b12a9f77cb5788b768ca1 /net/libdnet | |
parent | a6e8589ead7e1b01ee74e768729ba6e40132f7eb (diff) | |
download | freebsd-ports-gnome-a6f3fdb994852d52cb4a5a1d81bfc4c16916a9d8.tar.gz freebsd-ports-gnome-a6f3fdb994852d52cb4a5a1d81bfc4c16916a9d8.tar.zst freebsd-ports-gnome-a6f3fdb994852d52cb4a5a1d81bfc4c16916a9d8.zip |
Fix typo in previous commit and prevend INDEX breakage
Submitted by: FreshPorts sanity checking
Diffstat (limited to 'net/libdnet')
-rw-r--r-- | net/libdnet/Makefile | 2 |
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 |