diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-17 08:51:47 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-17 08:51:47 +0000 |
commit | b2d3b40a7aea35517c441ff7a23da92e5229a91f (patch) | |
tree | 9069ba421eefc82ee85bda8a4c9dd1a5feb5a1ff /sysutils/lsof | |
parent | ac3ee5a230656b3ce371cef96ae2fffd93575209 (diff) | |
download | ports-b2d3b40a7aea35517c441ff7a23da92e5229a91f.tar.gz ports-b2d3b40a7aea35517c441ff7a23da92e5229a91f.zip |
Notes
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 559e1c06c095..751c2170b681 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -70,12 +70,6 @@ post-extract: # ${DISTDIR}/freebsd_3.0_patch > ${WRKDIR}/p # ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/p -post-patch: -.if (${OSVERSION} >= 900039) - ${REINPLACE_CMD} -e 's/cpumask_t/cpuset_t/' \ - ${WRKSRC}/dialects/freebsd/machine.h -.endif - do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${MAN8PREFIX}/man/man8/lsof.8 |