Date: Mon, 14 Apr 2014 21:09:48 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351291 - head/graphics/SciPlot Message-ID: <201404142109.s3EL9mhN038954@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Apr 14 21:09:48 2014 New Revision: 351291 URL: http://svnweb.freebsd.org/changeset/ports/351291 QAT: https://qat.redports.org/buildarchive/r351291/ Log: - Support stage; - Change the missing home page for the Darwin page. Modified: head/graphics/SciPlot/Makefile head/graphics/SciPlot/pkg-descr Modified: head/graphics/SciPlot/Makefile ============================================================================== --- head/graphics/SciPlot/Makefile Mon Apr 14 20:39:46 2014 (r351290) +++ head/graphics/SciPlot/Makefile Mon Apr 14 21:09:48 2014 (r351291) @@ -26,25 +26,22 @@ PORTDOCS= README SciPlot.html SciPlotDem EXDATA= data.txt EXBINS= realtime sciplot -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/include/${PORTNAME} - ${INSTALL_DATA} ${INCLUDES:S|^|${WRKSRC}/|} ${PREFIX}/include/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/${LIBNAME}.a ${PREFIX}/lib - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBNAME}.so.0 ${PREFIX}/lib - (cd ${PREFIX}/lib; ${LN} -sf ${LIBNAME}.so.0 ${LIBNAME}.so) + ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} + ${INSTALL_DATA} ${INCLUDES:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/include/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/${LIBNAME}.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/${LIBNAME}.so.0 ${STAGEDIR}${PREFIX}/lib + ${LN} -sf ${LIBNAME}.so.0 ${STAGEDIR}${PREFIX}/lib/${LIBNAME}.so post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${EXDATA:S|^|${WRKSRC}/|} ${EXAMPLESDIR} - ${INSTALL_PROGRAM} ${EXBINS:S|^|${WRKSRC}/|} ${EXAMPLESDIR} - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${EXDATA:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_PROGRAM} ${EXBINS:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> Modified: head/graphics/SciPlot/pkg-descr ============================================================================== --- head/graphics/SciPlot/pkg-descr Mon Apr 14 20:39:46 2014 (r351290) +++ head/graphics/SciPlot/pkg-descr Mon Apr 14 21:09:48 2014 (r351291) @@ -10,4 +10,4 @@ specification, dashed lines, symbols dra or both axes in cartesian plots, and degrees or radians as angles in polar plots. -WWW: http://www.questconsult.com/~jrm/SciPlot.html +WWW: http://src.gnu-darwin.org/ports/graphics/SciPlot/work/SciPlot-1.36/SciPlot.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404142109.s3EL9mhN038954>