aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-14 17:17:55 +0800
committergahr <gahr@FreeBSD.org>2013-02-14 17:17:55 +0800
commitcec6e3a5af74373635480191c57b6da46abf3f2a (patch)
tree7b11339edd6d20a32402b699668f3c6c3d373b1a /www
parent4508ef59a4d4deb3362975615e3603b687ffc11e (diff)
downloadfreebsd-ports-gnome-cec6e3a5af74373635480191c57b6da46abf3f2a.tar.gz
freebsd-ports-gnome-cec6e3a5af74373635480191c57b6da46abf3f2a.tar.zst
freebsd-ports-gnome-cec6e3a5af74373635480191c57b6da46abf3f2a.zip
- Fix typo
Reported by: miwi
Diffstat (limited to 'www')
-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 ; \