diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-28 03:37:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-28 03:37:19 +0000 |
commit | e98a688ee93e92f5e9860205de5f152398526c11 (patch) | |
tree | fbd48687c20c7f4e0f770a2958a8076a5d34cbcf /sysutils | |
parent | fb159da37be23e4731ab5f00432a8cb151921563 (diff) | |
download | FreeBSD-ports-e98a688ee93e92f5e9860205de5f152398526c11.zip FreeBSD-ports-e98a688ee93e92f5e9860205de5f152398526c11.tar.gz |
Upgrade to 4.41.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 14 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 2be30eb..6c4ce11 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -4,15 +4,13 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.35 1999/02/18 19:06:15 obrien Exp $ +# $Id: Makefile,v 1.36 1999/02/19 10:39:14 obrien Exp $ # -DISTNAME= lsof_4.41H.freebsd -#DISTNAME= lsof_4.40_W -PKGNAME= lsof-4.40h +DISTNAME= lsof_4.41_W +PKGNAME= lsof-4.41 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ - ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ @@ -33,7 +31,6 @@ BROKEN= 'please install kernel source for offical package builds' .endif .endif -.if 0 SRCBALL_NAME= ${DISTNAME:S/_W$//} post-extract: @@ -46,11 +43,9 @@ post-extract: exit 1 ; \ fi ; \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS:S/z//} ${SRCBALL_NAME}.tar \ + ${EXTRACT_AFTER_ARGS} \ ) @( cd ${WRKSRC} ; echo "y" | ./Inventory || exit 1 ) -.else -WRKSRC=${WRKDIR}/lsof_4.41H.freebsd -.endif #pre-patch: # @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" @@ -76,5 +71,4 @@ post-install: @${ECHO} "************************************************************" .endif - .include <bsd.port.mk> diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 27575c3..6ebdd82 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.41H.freebsd.tar.gz) = 5c9da58de3ede1c2335d1eebfc48c3cc +MD5 (lsof_4.41_W.tar.gz) = 4b57c6504bf1397fb64a21d5ff5e887d |