diff options
author | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
commit | 21e7f521fd90d37034ba48079e854010a328a12a (patch) | |
tree | 954fa159f7f4e7466aacfe067bd9741be01e29f8 /textproc/htdig | |
parent | f63a83d8efd933954d91b97c896ffc58ced13577 (diff) | |
download | freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.tar.gz freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.tar.zst freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.zip |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 394128f3fa2..8836f9a28b6 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -50,6 +50,9 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} EXTRA_PATCHES+= ${PATCHDIR}/RELENG_4-patch-htnet_SSLConnection.cc .endif +post-patch: + @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|' + pre-install: .if exists(${PREFIX}/etc/htdig/htdig.conf) ${MV} ${PREFIX}/etc/htdig/htdig.conf ${PREFIX}/etc/htdig/htdig.conf.old |