diff options
-rw-r--r-- | www/aria/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index fed0486df263..2d9cf743dcd9 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -37,7 +37,7 @@ post-extract: @${RM} -f ${WRKSRC}/src/getopt* post-patch: - @${REINPLACE_CMD} -e s|-lssl|-lcrypto -lssl|g ; \ + @${REINPLACE_CMD} -e 's|-lssl|-lcrypto -lssl|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| -O2 -Wall | @CXXFLAGS@ |g ; \ s|getopt.c getopt1.c getopt.h||g ; \ |