aboutsummaryrefslogtreecommitdiff
path: root/math/qtiplot
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-02-03 07:35:33 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-02-03 07:35:33 +0000
commita2452a200dfb81e994f8e5401235679de3f73644 (patch)
treedb0f5e911f3c0f08d88cc4536f921dc3156462a8 /math/qtiplot
parent5dfc224b4d1c7a8aa4460558f13b985789c9113a (diff)
downloadports-a2452a200dfb81e994f8e5401235679de3f73644.tar.gz
ports-a2452a200dfb81e994f8e5401235679de3f73644.zip
math/qtiplot: fix typo and bump PORTREVISION to force repackage
Notes
Notes: svn path=/head/; revision=342388
Diffstat (limited to 'math/qtiplot')
-rw-r--r--math/qtiplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile
index e71a52bfc39d..0caae34f395e 100644
--- a/math/qtiplot/Makefile
+++ b/math/qtiplot/Makefile
@@ -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}')"