diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-01-22 08:18:07 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-01-22 08:18:07 +0000 |
commit | b686432599cb5f0503e5295ed3e340266671328c (patch) | |
tree | 9c55c04c84c144571ed0e425ffd2990b4612b4df /security/cryptlib/Makefile | |
parent | f1326da7dcfd96ecfd426978157a44ca42fd09e1 (diff) | |
download | ports-b686432599cb5f0503e5295ed3e340266671328c.tar.gz ports-b686432599cb5f0503e5295ed3e340266671328c.zip |
Notes
Diffstat (limited to 'security/cryptlib/Makefile')
-rw-r--r-- | security/cryptlib/Makefile | 4 |
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: |