From b2c1becd27787c18e1a970ea1a7df54dfac4af37 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 3 Feb 2014 23:34:26 +0000 Subject: Fix a stage symlink. There may be still some problems with this port: /usr/local/bin/definitions.K is referring to /wrkdirs/usr/ports/science/cdf/work/stage /usr/local/bin/definitions.B is referring to /wrkdirs/usr/ports/science/cdf/work/stage /usr/local/bin/definitions.C is referring to /wrkdirs/usr/ports/science/cdf/work/stage --- science/cdf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'science') 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} -- cgit v1.2.3