diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
commit | 390824965052cc70180f9260020ce05f7bac73b3 (patch) | |
tree | de8ee9a13aa428604f4e7ec2f6467eab313deb48 /net/tcpxtract | |
parent | 30692bcf95616dd19481e08304ab4b7d2b142b8c (diff) | |
download | freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.gz freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.zst freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.zip |
Remove always-false/true conditions based on OSVERSION 500000
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> |