From 9434a278dabab8f95ad2044137c2875f3a403219 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 13 Nov 2005 22:06:55 +0000 Subject: Correct a copy&paste problem. Reported by: FreshPorts check --- www/epiphany/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 87b8245eac10..13a56138ef1d 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -101,8 +101,8 @@ post-patch: .endif @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ + ${WRKSRC}/configure post-configure: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ -- cgit