diff options
author | pav <pav@FreeBSD.org> | 2003-12-28 01:09:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-28 01:09:04 +0800 |
commit | 737c91b895e3b8e019d92a1b484c67b12344abac (patch) | |
tree | e8b18b610d7a0d6a5a192a09cd46387c9b181f61 /textproc | |
parent | 6e1a80922f49bd7c8f9bd9c7ea07b9e32089e58c (diff) | |
download | freebsd-ports-gnome-737c91b895e3b8e019d92a1b484c67b12344abac.tar.gz freebsd-ports-gnome-737c91b895e3b8e019d92a1b484c67b12344abac.tar.zst freebsd-ports-gnome-737c91b895e3b8e019d92a1b484c67b12344abac.zip |
- Fix fetching
PR: ports/60630
Submitted by: Paul Marquis <pmarquis@pobox.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index c8c478dcf1ed..4839b0502b8a 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -8,7 +8,7 @@ PORTNAME= isearch PORTVERSION= 1.47.01 CATEGORIES= textproc databases -MASTER_SITES= http://www.etymon.com/pub/Isearch/ +MASTER_SITES= http://www.etymon.com/pub/software/Isearch/ DISTNAME= Isearch-${PORTVERSION} MAINTAINER= pmarquis@pobox.com |