diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 22:06:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 22:06:55 +0000 |
commit | 47efeb1f9dc454f0305f20c77a96d47afab1b6ae (patch) | |
tree | 0c379de28c1a42ea1edb1a8d79febf740be5b37e /www/epiphany/Makefile | |
parent | 4398c341d1e4dbc32f753d34c49eac8c0fb99bbd (diff) |
Notes
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 ; \ |