summaryrefslogtreecommitdiff
path: root/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-17 13:40:10 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-17 13:40:10 +0000
commitee4f10cac04d5824a0bed32742f8cacacb3530e2 (patch)
treeeb4ce6f2224dadc148a227707a6c1d446aa3ffb5 /math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
parentAdd NO_LATEST_LINK flag. (diff)
Use QT3 instead of QT2.
Bump PORTREVISION.
Diffstat (limited to 'math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh')
-rw-r--r--math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh27
1 files changed, 18 insertions, 9 deletions
diff --git a/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh b/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
index 69c3ba0cafbf..6f630150df3a 100644
--- a/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
+++ b/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
@@ -1,17 +1,26 @@
-
-$FreeBSD$
-
---- qscanplot/plugins/make-plugin.sh 2002/04/23 09:48:56 1.1
-+++ qscanplot/plugins/make-plugin.sh 2002/04/23 09:53:40
-@@ -1,6 +1,6 @@
+--- qscanplot/plugins/make-plugin.sh.orig Sun Apr 14 11:42:17 2002
++++ qscanplot/plugins/make-plugin.sh Tue Feb 17 14:12:11 2004
+@@ -1,14 +1,5 @@
#! /bin/sh
-TMAKEPATH=/usr/lib/tmake/linux-g++
-+TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++
+-
+-export TMAKEPATH
+-
+-if [ ! -d $TMAKEPATH ]; then
+- echo Directory $TMAKEPATH selected for TMAKEPATH does not exist
+- exit 1
+-fi
+-
+ plg=$1
- export TMAKEPATH
+ plgcpp=$plg.cpp
+@@ -34,11 +25,11 @@
-@@ -38,7 +38,7 @@
+ echo Generating makefile . . .
+
+-tmake -o $plgmak $plgpro
++qmake -o $plgmak $plgpro
echo Building plugin $plg