summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-05-26 10:28:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-05-26 10:28:04 +0000
commit255edb8c11295535bab0bb7953b1b482f7d72385 (patch)
treeb3cbff1539ea6ea78d2d80a326f08926866cddaa /sysutils/lsof/Makefile
parentUpdate to 3.4 release. Also make it peacefully coexist with older (diff)
Mark port as broken for -current.
Notes
Notes: svn path=/head/; revision=6570
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index f67226c5361c..1f8a47caa908 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