svn commit: r351291 - head/graphics/SciPlot
Thierry Thomas
thierry at FreeBSD.org
Mon Apr 14 21:09:49 UTC 2014
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
More information about the svn-ports-head
mailing list