math/qtiplot: fix typo and bump PORTREVISION to force repackage

This commit is contained in:
Max Brazhnikov 2014-02-03 07:35:33 +00:00
parent 5dfc224b4d
commit a2452a200d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342388

View file

@ -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}')"