diff options
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index cd0377d32ad..b1a51493971 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,17 +1,14 @@ -# $NetBSD: Makefile,v 1.6 1998/09/13 19:35:06 garbled Exp $ +# $NetBSD: Makefile,v 1.7 1999/01/25 18:47:38 hubertf Exp $ # -DISTNAME= gnuplot-3.5 +DISTNAME= gnuplot-3.7 CATEGORIES= graphics x11 -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \ + ftp://ftp.ucc.ie/pub/gnuplot/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.gnu.org/software/gnuplot/gnuplot.html GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/gnuplot - -post-patch: - ${RM} ${WRKSRC}/docs/makefile .include "../../mk/bsd.pkg.mk" |