diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-26 12:05:31 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-26 12:05:31 +0000 |
commit | d6d182863cadbf9aa91086a11b12765da8647a83 (patch) | |
tree | e1b5d208d974dcc5231327dfa7080a38dbab1437 /net/trafshow3/Makefile | |
parent | 70208ab0c60dba4f94dd251b5dfdd014c89d1a26 (diff) | |
download | FreeBSD-ports-d6d182863cadbf9aa91086a11b12765da8647a83.zip FreeBSD-ports-d6d182863cadbf9aa91086a11b12765da8647a83.tar.gz |
Make this build under CURRENT again.
PR: 5815
Diffstat (limited to 'net/trafshow3/Makefile')
-rw-r--r-- | net/trafshow3/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 98dc539..8743ba8 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -3,7 +3,7 @@ # Date created: 25 September 1996 # Whom: igor@zynaps.ru # -# $Id: Makefile,v 1.7 1997/08/10 22:31:31 fenner Exp $ +# $Id: Makefile,v 1.8 1997/08/13 12:21:09 tg Exp $ # DISTNAME= trafshow-2.0 @@ -15,12 +15,4 @@ MAINTAINER= igor@zynaps.ru MAN1= trafshow.1 -EXTRA_PATCH= patch-ae - -OSVERSION!= sysctl -n kern.osreldate -.if ${OSVERSION} >= 300000 -post-patch: - @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/${EXTRA_PATCH} -.endif - .include <bsd.port.mk> |