diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-03 23:34:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-03 23:34:26 +0000 |
commit | b2c1becd27787c18e1a970ea1a7df54dfac4af37 (patch) | |
tree | 6343f527a0a0661f3ba582227d65cb4cd4af1aaf /science/cdf/Makefile | |
parent | 770107e9f0747c9189b5a4cef164d79f93f39967 (diff) |
Notes
Diffstat (limited to 'science/cdf/Makefile')
-rw-r--r-- | science/cdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 00df394bfe9e..304bf8b757ba 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -44,7 +44,7 @@ pre-configure: post-install: ${MV} ${STAGEDIR}${PREFIX}/lib/libcdf.so ${STAGEDIR}${PREFIX}/lib/libcdf.so.0 - ${LN} -sf ${STAGEDIR}${PREFIX}/lib/libcdf.so.0 ${STAGEDIR}${PREFIX}/lib/libcdf.so + ${LN} -sf libcdf.so.0 ${STAGEDIR}${PREFIX}/lib/libcdf.so .if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |