diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-26 10:28:04 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-26 10:28:04 +0000 |
commit | 255edb8c11295535bab0bb7953b1b482f7d72385 (patch) | |
tree | b3cbff1539ea6ea78d2d80a326f08926866cddaa /sysutils | |
parent | 30ec2f001679404296874c68a85f2d9dc310b2f3 (diff) | |
download | ports-255edb8c11295535bab0bb7953b1b482f7d72385.tar.gz ports-255edb8c11295535bab0bb7953b1b482f7d72385.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 11 |
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 |