Date: Wed, 22 Jan 2014 08:18:07 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340690 - head/security/cryptlib Message-ID: <201401220818.s0M8I7o4031890@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Wed Jan 22 08:18:07 2014 New Revision: 340690 URL: http://svnweb.freebsd.org/changeset/ports/340690 QAT: https://qat.redports.org/buildarchive/r340690/ Log: Use relative paths in symlinks. Submitted by: danfe Modified: head/security/cryptlib/Makefile Modified: head/security/cryptlib/Makefile ============================================================================== --- head/security/cryptlib/Makefile Wed Jan 22 08:15:13 2014 (r340689) +++ head/security/cryptlib/Makefile Wed Jan 22 08:18:07 2014 (r340690) @@ -36,8 +36,8 @@ post-patch: do-install: ${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.${PORTVERSION} \ ${STAGEDIR}${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libcl.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libcl.so.3 - ${LN} -sf ${PREFIX}/lib/libcl.so.3 ${STAGEDIR}${PREFIX}/lib/libcl.so + ${LN} -sf libcl.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libcl.so.3 + ${LN} -sf libcl.so.3 ${STAGEDIR}${PREFIX}/lib/libcl.so ${INSTALL_DATA} ${WRKSRC}/cryptlib.h ${STAGEDIR}${PREFIX}/include post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401220818.s0M8I7o4031890>