diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-08 04:04:01 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-08 04:04:01 +0800 |
commit | 097caddacecf03c786cfed19c8a7ba625a8171b4 (patch) | |
tree | 18327c51b10b798fb949de541183c39f94a03cf9 /sysutils | |
parent | 0efe90561058e1443fce8c47e88fa7772f3056e1 (diff) | |
download | freebsd-ports-gnome-097caddacecf03c786cfed19c8a7ba625a8171b4.tar.gz freebsd-ports-gnome-097caddacecf03c786cfed19c8a7ba625a8171b4.tar.zst freebsd-ports-gnome-097caddacecf03c786cfed19c8a7ba625a8171b4.zip |
Opps. Forgot to remove the distpatch applying.
Noticed by: John-Mark Gurney <gurney_j@efn.org>
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 |