svn commit: r374416 - head/ftp/curl
Antoine Brodin
antoine at FreeBSD.org
Tue Dec 9 17:53:16 UTC 2014
Author: antoine
Date: Tue Dec 9 17:53:15 2014
New Revision: 374416
URL: https://svnweb.freebsd.org/changeset/ports/374416
QAT: https://qat.redports.org/buildarchive/r374416/
Log:
Don't create an orphan symlink for the curl-hiphop slave
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Tue Dec 9 17:47:32 2014 (r374415)
+++ head/ftp/curl/Makefile Tue Dec 9 17:53:15 2014 (r374416)
@@ -167,8 +167,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|include <gssapi.h>|include <gssapi/gssapi.h>|' ${WRKSRC}/lib/curl_gssapi.h ${WRKSRC}/lib/urldata.h
post-install:
- ${LN} -s libcurl.so.4 ${STAGEDIR}${PREFIX}/lib/libcurl.so.7
.if !defined(BUILDING_HIPHOP)
+ ${LN} -s libcurl.so.4 ${STAGEDIR}${PREFIX}/lib/libcurl.so.7
${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${STAGEDIR}${PREFIX}/share/aclocal/
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${DOCSDIR}/libcurl/
cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/
More information about the svn-ports-all
mailing list