diff options
Diffstat (limited to 'www/trafficserver/Makefile')
-rw-r--r-- | www/trafficserver/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index eb0441a610fb..d618895932fc 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= trafficserver PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= APACHE/${PORTNAME} @@ -48,6 +48,9 @@ BROKEN= does not compile on 7.X/amd64 BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif +post-patch: + ${REINPLACE_CMD} -e 's,|| mv,|| cp -p,' ${WRKSRC}/proxy/config/Makefile.am + post-configure: @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \ -e 's,LIBTOOL_LINK_FLAGS = -R -R,LIBTOOL_LINK_FLAGS = -R,' \ |