summaryrefslogtreecommitdiff
path: root/net/trafshow3/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-04-26 12:05:31 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-04-26 12:05:31 +0000
commit5506829e04a0da32dd297d3ca7bedba29aa4fc7f (patch)
tree8c9b1ac3a58931addb740fccbac4e2dbcd91fa81 /net/trafshow3/Makefile
parentUpgrade to ImageMagick 4.0.5. (diff)
Make this build under CURRENT again.
PR: 5815
Notes
Notes: svn path=/head/; revision=10689
Diffstat (limited to 'net/trafshow3/Makefile')
-rw-r--r--net/trafshow3/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile
index 98dc539b8f3b..8743ba854006 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>