diff options
author | krion <krion@FreeBSD.org> | 2003-12-08 17:41:36 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-08 17:41:36 +0800 |
commit | 9fe30eb160934320715b3dab9340108fca6e0a6a (patch) | |
tree | 7d82a7bcf3a3795b0a8fee5195376b248d83d2fc /textproc | |
parent | 06f7f4f4c80f5437eb3862fd6945922d2b49c5cd (diff) | |
download | freebsd-ports-gnome-9fe30eb160934320715b3dab9340108fca6e0a6a.tar.gz freebsd-ports-gnome-9fe30eb160934320715b3dab9340108fca6e0a6a.tar.zst freebsd-ports-gnome-9fe30eb160934320715b3dab9340108fca6e0a6a.zip |
- Fix MASTER_SITES
PR: 60037
Submitted by: Allan Bowhill <abowhill@blarg.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cost/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 5780d129fa54..2004dac4d335 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -8,8 +8,7 @@ PORTNAME= cost PORTVERSION= 2.2p1 CATEGORIES= textproc tk82 -MASTER_SITES= http://www.flightlab.com/~joe/cost/ \ - ftp://bowhill.vservers.com/pub/ +MASTER_SITES= http://www.flightlab.com/~joe/cost/ MAINTAINER= ports@FreeBSD.org COMMENT= SGML/XML application programming tool |