diff options
author | hubertf <hubertf> | 1999-06-10 15:23:10 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-06-10 15:23:10 +0000 |
commit | 5ab50a7ac71f6019db4a6a3416399b7e87becedd (patch) | |
tree | fe7423375cea29d1b531ffa59c9d0c2a367621c8 /graphics | |
parent | 1330abeffac71d0b3825405f1c63f95574570946 (diff) | |
download | pkgsrc-5ab50a7ac71f6019db4a6a3416399b7e87becedd.tar.gz |
Fix URL
noted in PR 7750 by Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 93f5c06e624..eb8b2707abd 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/02/09 14:47:58 bad Exp $ +# $NetBSD: Makefile,v 1.10 1999/06/10 15:23:10 hubertf Exp $ # DISTNAME= gnuplot-3.7 @@ -7,7 +7,7 @@ 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 +HOMEPAGE= http://www.cs.dartmouth.edu/gnuplot_info.html USE_X11= yes |