aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpview/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-10-28 04:25:47 +0800
committerfjoe <fjoe@FreeBSD.org>2003-10-28 04:25:47 +0800
commitad727b8b3d372af38fb70a2e6daa5516d232bab5 (patch)
tree9e510d7bb1071e04a54cda14ab9f91abcb0978dd /net/tcpview/Makefile
parent2ff4b921c8eb1ec888d130a5116dea5920582fb5 (diff)
downloadfreebsd-ports-gnome-ad727b8b3d372af38fb70a2e6daa5516d232bab5.tar.gz
freebsd-ports-gnome-ad727b8b3d372af38fb70a2e6daa5516d232bab5.tar.zst
freebsd-ports-gnome-ad727b8b3d372af38fb70a2e6daa5516d232bab5.zip
Fix build on -CURRENT.
Bump port revision.
Diffstat (limited to 'net/tcpview/Makefile')
-rw-r--r--net/tcpview/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile
index 7f22c93f0935..aa22a1b899a4 100644
--- a/net/tcpview/Makefile
+++ b/net/tcpview/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tcpview
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.cac.washington.edu/pub/noc-tools/tcpview/
EXTRACT_SUFX= .tar.Z
@@ -20,12 +21,6 @@ USE_REINPLACE= yes
MAN1= tcpview.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile"
-.endif
-
post-patch:
.for f in nametoaddr.c addrtoname.c print-nfs.c detail-tcp.c tv_addrtoname.c
@${REINPLACE_CMD} -e 's/NTOHL/ntohl/ ; s/NTOHS/ntohs/' ${WRKSRC}/${f}
@@ -34,4 +29,4 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/DOC/Tcpview ${X11BASE}/lib/X11/app-defaults/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>