diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
commit | bb5439929387b1375fed99d582744b03d7708a4a (patch) | |
tree | c588fb384e145a5fb2bde00aba6ef4032adf3d66 /textproc/htdig/Makefile | |
parent | c46d3879c7034788ba01f747dff4b9444aaddd57 (diff) | |
download | ports-bb5439929387b1375fed99d582744b03d7708a4a.tar.gz ports-bb5439929387b1375fed99d582744b03d7708a4a.zip |
Notes
Diffstat (limited to 'textproc/htdig/Makefile')
-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 394128f3fa2e..8836f9a28b62 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 |