diff options
author | makc <makc@FreeBSD.org> | 2014-02-03 15:35:33 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-03 15:35:33 +0800 |
commit | e3d0bc9ff68c6e760ca35841ea709a16c3c471a9 (patch) | |
tree | db0f5e911f3c0f08d88cc4536f921dc3156462a8 /math/qtiplot | |
parent | c7cda8835b31aa7c97d6ae89f2a98e6cb3d1d4b9 (diff) | |
download | freebsd-ports-gnome-e3d0bc9ff68c6e760ca35841ea709a16c3c471a9.tar.gz freebsd-ports-gnome-e3d0bc9ff68c6e760ca35841ea709a16c3c471a9.tar.zst freebsd-ports-gnome-e3d0bc9ff68c6e760ca35841ea709a16c3c471a9.zip |
math/qtiplot: fix typo and bump PORTREVISION to force repackage
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 4 |
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}')" |