svn commit: r342480 - head/science/cdf

Antoine Brodin antoine at FreeBSD.org
Mon Feb 3 23:34:27 UTC 2014


Author: antoine
Date: Mon Feb  3 23:34:26 2014
New Revision: 342480
URL: http://svnweb.freebsd.org/changeset/ports/342480
QAT: https://qat.redports.org/buildarchive/r342480/

Log:
  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

Modified:
  head/science/cdf/Makefile

Modified: head/science/cdf/Makefile
==============================================================================
--- head/science/cdf/Makefile	Mon Feb  3 23:06:48 2014	(r342479)
+++ head/science/cdf/Makefile	Mon Feb  3 23:34:26 2014	(r342480)
@@ -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}


More information about the svn-ports-all mailing list