aboutsummaryrefslogtreecommitdiffstats
path: root/science/cdf
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-04 07:34:26 +0800
committerantoine <antoine@FreeBSD.org>2014-02-04 07:34:26 +0800
commit60d62925a412007cf413ba852e00b0a9ade5cb84 (patch)
tree6343f527a0a0661f3ba582227d65cb4cd4af1aaf /science/cdf
parent3407ab09d4eacf560649997d90d3934da5dc5ba1 (diff)
downloadfreebsd-ports-gnome-60d62925a412007cf413ba852e00b0a9ade5cb84.tar.gz
freebsd-ports-gnome-60d62925a412007cf413ba852e00b0a9ade5cb84.tar.zst
freebsd-ports-gnome-60d62925a412007cf413ba852e00b0a9ade5cb84.zip
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
Diffstat (limited to 'science/cdf')
-rw-r--r--science/cdf/Makefile2
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}