aboutsummaryrefslogtreecommitdiff
path: root/math/qtiplot/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2011-10-20 14:32:04 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2011-10-20 14:32:04 +0000
commit85e91b9929601dcb8117dbc997a3eb265c3127b6 (patch)
treee0b41fe7c7645e0b4b262c088151aa9a0acb8886 /math/qtiplot/Makefile
parent83b7e5a0e91b3535471bb4f539f82929f23899e6 (diff)
downloadports-85e91b9929601dcb8117dbc997a3eb265c3127b6.tar.gz
ports-85e91b9929601dcb8117dbc997a3eb265c3127b6.zip
Notes
Diffstat (limited to 'math/qtiplot/Makefile')
-rw-r--r--math/qtiplot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile
index 6cc539fa2882..d11d3a5a70a6 100644
--- a/math/qtiplot/Makefile
+++ b/math/qtiplot/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qtiplot
-DISTVERSION= 0.9.8.6
+DISTVERSION= 0.9.8.8
CATEGORIES= math science
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
@@ -81,7 +81,7 @@ post-patch:
${WRKSRC}/build.conf
.endif
@${REINPLACE_CMD} -e \
- 's|/usr/lib/qtiplot/plugins|${DATADIR}/fitPlugins|' \
+ 's|/usr/local/qtiplot/fitPlugins|${DATADIR}/fitPlugins|' \
${WRKSRC}/qtiplot/src/core/ApplicationWindow.cpp
@${REINPLACE_CMD} -e \
's|target.path=.*|target.path=${DATADIR}/fitPlugins|g' \
@@ -91,7 +91,7 @@ post-patch:
.if defined(WITH_DEBUG)
@${REINPLACE_CMD} -e \
"/^CONFIG.*release/s|release|debug|" \
- ${WRKSRC}/${PORTNAME}/qtiplot.pro
+ ${WRKSRC}/build.conf
.endif
.if defined(WITHOUT_NLS)
@${REINPLACE_CMD} -e \