svn commit: r342388 - head/math/qtiplot
Max Brazhnikov
makc at FreeBSD.org
Mon Feb 3 07:35:34 UTC 2014
Author: makc
Date: Mon Feb 3 07:35:33 2014
New Revision: 342388
URL: http://svnweb.freebsd.org/changeset/ports/342388
QAT: https://qat.redports.org/buildarchive/r342388/
Log:
math/qtiplot: fix typo and bump PORTREVISION to force repackage
Modified:
head/math/qtiplot/Makefile
Modified: head/math/qtiplot/Makefile
==============================================================================
--- head/math/qtiplot/Makefile Mon Feb 3 07:16:49 2014 (r342387)
+++ head/math/qtiplot/Makefile Mon Feb 3 07:35:33 2014 (r342388)
@@ -3,7 +3,7 @@
PORTNAME= qtiplot
DISTVERSION= 0.9.8.9
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math science
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
@@ -101,7 +101,7 @@ pre-configure:
post-install:
${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,}
- ${INSTALL_DATA} ${WRKSRC}/qtiplot_logo.png ${STAGEDIR}${PREFIX}share/pixmaps/qtiplot.png
+ ${INSTALL_DATA} ${WRKSRC}/qtiplot_logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/qtiplot.png
.if ${PORT_OPTIONS:MPYTHON}
.for s in qtiplotrc.py qtiUtil.py
cd ${WRKSRC}/qtiplot && ${PYTHON_CMD} -c "import py_compile; py_compile.compile('${s}')"
More information about the svn-ports-head
mailing list