diff options
author | agc <agc> | 1997-12-11 22:08:44 +0000 |
---|---|---|
committer | agc <agc> | 1997-12-11 22:08:44 +0000 |
commit | bcf24530641c03e464101eb298fcfc39b0ddf752 (patch) | |
tree | eac8bfa5699892583c9bfd06975e812b4e050416 /graphics/xplot | |
parent | db5790941f603c886ac0e6eae2ccb8296512524e (diff) | |
download | pkgsrc-bcf24530641c03e464101eb298fcfc39b0ddf752.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 |