diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-07 20:04:01 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-07 20:04:01 +0000 |
commit | 07924f122a790de778a6d31acfcf5c8475baceda (patch) | |
tree | f3aa88447b1af329146317a1f89828a6a591345e /sysutils | |
parent | d73fd9863e04d64cca90d78c7e853e953af67280 (diff) | |
download | ports-07924f122a790de778a6d31acfcf5c8475baceda.tar.gz ports-07924f122a790de778a6d31acfcf5c8475baceda.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index f65103bd788d..5d178721e06d 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -4,14 +4,13 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.27 1998/12/01 09:41:59 obrien Exp $ +# $Id: Makefile,v 1.28 1998/12/02 07:01:08 obrien Exp $ # DISTNAME= lsof_4.38_W PKGNAME= lsof-4.38 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ - ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/patches/4.37/ \ 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/ \ @@ -46,11 +45,11 @@ post-extract: ) @( cd ${WRKSRC} ; echo "y" | ./Inventory || exit 1 ) -pre-patch: - @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" - @${SED} -e "s|^--- d|--- dialects/freebsd/d|" \ - ${DISTDIR}/freebsd_3.0_patch > ${WRKDIR}/p - ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/p +#pre-patch: +# @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" +# @${SED} -e "s|^--- d|--- dialects/freebsd/d|" \ +# ${DISTDIR}/freebsd_3.0_patch > ${WRKDIR}/p +# ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/p do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin |