summaryrefslogtreecommitdiff
path: root/www/aria
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-14 09:17:55 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-14 09:17:55 +0000
commit62abf6876b44247d491fb667b102d2c7469b6ba6 (patch)
tree7b11339edd6d20a32402b699668f3c6c3d373b1a /www/aria
parent2012-05-10 graphics/solang: BROKEN for more than 6 month (diff)
- Fix typo
Reported by: miwi
Notes
Notes: svn path=/head/; revision=312206
Diffstat (limited to 'www/aria')
-rw-r--r--www/aria/Makefile2
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 ; \