From bb5439929387b1375fed99d582744b03d7708a4a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 27 Mar 2007 16:29:28 +0000 Subject: - Fix after objformat removal Reported by: pointyhat --- textproc/htdig/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc/htdig/Makefile') 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 -- cgit v1.2.3