diff options
author | pav <pav@FreeBSD.org> | 2003-12-27 17:09:04 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-27 17:09:04 +0000 |
commit | 737c91b895e3b8e019d92a1b484c67b12344abac (patch) | |
tree | e8b18b610d7a0d6a5a192a09cd46387c9b181f61 /textproc/isearch | |
parent | 6e1a80922f49bd7c8f9bd9c7ea07b9e32089e58c (diff) | |
download | FreeBSD-ports-737c91b895e3b8e019d92a1b484c67b12344abac.zip FreeBSD-ports-737c91b895e3b8e019d92a1b484c67b12344abac.tar.gz |
- Fix fetching
PR: ports/60630
Submitted by: Paul Marquis <pmarquis@pobox.com> (maintainer)
Diffstat (limited to 'textproc/isearch')
-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 c8c478d..4839b05 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 |