svn commit: r312206 - head/www/aria
Pietro Cerutti
gahr at FreeBSD.org
Thu Feb 14 09:17:56 UTC 2013
Author: gahr
Date: Thu Feb 14 09:17:55 2013
New Revision: 312206
URL: http://svnweb.freebsd.org/changeset/ports/312206
Log:
- Fix typo
Reported by: miwi
Modified:
head/www/aria/Makefile
Modified: head/www/aria/Makefile
==============================================================================
--- head/www/aria/Makefile Thu Feb 14 08:21:18 2013 (r312205)
+++ head/www/aria/Makefile Thu Feb 14 09:17:55 2013 (r312206)
@@ -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 ; \
More information about the svn-ports-head
mailing list