Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 07:35:34 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342388 - head/math/qtiplot
Message-ID:  <201402030735.s137ZYv2061703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}')"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030735.s137ZYv2061703>