aboutsummaryrefslogtreecommitdiff
path: root/security/cryptlib
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-01-22 08:18:07 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-01-22 08:18:07 +0000
commitb686432599cb5f0503e5295ed3e340266671328c (patch)
tree9c55c04c84c144571ed0e425ffd2990b4612b4df /security/cryptlib
parentf1326da7dcfd96ecfd426978157a44ca42fd09e1 (diff)
downloadports-b686432599cb5f0503e5295ed3e340266671328c.tar.gz
ports-b686432599cb5f0503e5295ed3e340266671328c.zip
Use relative paths in symlinks.
Submitted by: danfe
Notes
Notes: svn path=/head/; revision=340690
Diffstat (limited to 'security/cryptlib')
-rw-r--r--security/cryptlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile
index 1069ca31b95a..2f2a2b5b0f80 100644
--- a/security/cryptlib/Makefile
+++ b/security/cryptlib/Makefile
@@ -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: