diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-02-06 11:33:41 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-02-06 11:33:41 +0000 |
commit | 704618017c53d3fc53a25fed1fe92dd5c5486939 (patch) | |
tree | 827b747967e3661d3be3ad3c1a873096affa7513 /net-mgmt | |
parent | New port: check is a unit testing framework for C. It (diff) |
- Fix objformat
Notified by: kris
Notes
Notes:
svn path=/head/; revision=184363
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index b84c42e51d99..0ef16fd35125 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -99,6 +99,9 @@ post-patch: ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -E -e 's|(^pkgdatadir.+=).+|\1 ${DATADIR}|' \ ${WRKSRC}/share/Makefile.in +# Fix objformat + @${REINPLACE_CMD} -E -e 's|(^.*=).*/usr/bin/objformat.*|\1"elf"|' \ + ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure post-install: @${INSTALL_DATA} ${WRKSRC}/share/etter.conf \ |