summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/lsof/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index f67226c..1f8a47c 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: lsof
# Version required: 3.87
# Date created: Sat July 20, 1996
-# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+# Whom: David O'Brien (obrien@FreeBSD.org)
#
-# $Id: Makefile,v 1.10 1997/04/28 05:29:25 obrien Exp $
+# $Id: Makefile,v 1.11 1997/05/25 01:01:20 obrien Exp $
#
DISTNAME= lsof_4.08_W
@@ -15,7 +15,12 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \
ftp://ftp.sunet.se/pub/unix/admin/lsof/
-MAINTAINER= obrien@cs.ucdavis.edu
+MAINTAINER= obrien@NUXI.com
+
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= "outdated WRT -CURRENT's headers"
+.endif
WRKSRC= ${WRKDIR}/${SRCBALL_NAME}
HAS_CONFIGURE= yes
OpenPOWER on IntegriCloud