diff options
author | agc <agc> | 1997-12-11 22:08:44 +0000 |
---|---|---|
committer | agc <agc> | 1997-12-11 22:08:44 +0000 |
commit | 576405e9c9770c7b0f86657d43743adfb399ca07 (patch) | |
tree | eac8bfa5699892583c9bfd06975e812b4e050416 /graphics/xplot | |
parent | 1b49b3f1a1cf55798d1d453bc9d0cfee737a6453 (diff) | |
download | pkgsrc-576405e9c9770c7b0f86657d43743adfb399ca07.tar.gz |
Correct a typo in the URL.
Diffstat (limited to 'graphics/xplot')
-rw-r--r-- | graphics/xplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index 8f6445422e8..fc6cfaf6485 100644 --- a/graphics/xplot/Makefile +++ b/graphics/xplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1997/12/11 01:50:52 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 1997/12/11 22:08:44 agc Exp $ # # Packages collection Makefile for: xplot # Version required: 0.90 @@ -7,7 +7,7 @@ DISTNAME= xplot-0.90 CATEGORIES= x11 -MASTER_SITES= ftp://mercury.lcs.mit.edu:/pub/shep/ +MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ GNU_CONFIGURE= yes |