diff options
Diffstat (limited to 'math/qgfe/Makefile')
-rw-r--r-- | math/qgfe/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/qgfe/Makefile b/math/qgfe/Makefile index 6367205..69c538f 100644 --- a/math/qgfe/Makefile +++ b/math/qgfe/Makefile @@ -9,8 +9,7 @@ PORTNAME= qgfe PORTVERSION= 1.0 CATEGORIES= math -MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/qgfe/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= http://www.xm1math.net/qgfe/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnuplot Front End @@ -26,10 +25,6 @@ MAKE_ENV= QTDIR=${X11BASE} \ PLIST_FILES= bin/qgfe -post-patch: - @${REINPLACE_CMD} -e "s@strstream.h@sstream@" \ - -e "s,ostrstream,ostringstream," ${WRKSRC}/logScaleOp.cpp - pre-build: @cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro |