diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/tcpxtract | |
parent | fa9509791fb3ad63885e207da5c039b25eeef942 (diff) | |
download | ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.tar.gz ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip |
Notes
Diffstat (limited to 'net/tcpxtract')
-rw-r--r-- | net/tcpxtract/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/tcpxtract/Makefile b/net/tcpxtract/Makefile index 2bd13fcc3c1b..bf9f76985e0f 100644 --- a/net/tcpxtract/Makefile +++ b/net/tcpxtract/Makefile @@ -20,11 +20,4 @@ MAN1= tcpxtract.1 PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tcpxtract.c ${PATCHDIR}/extra-patch-sessionlist.c -.endif - -.include <bsd.port.post.mk> - +.include <bsd.port.mk> |