diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-27 17:09:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-27 17:09:04 +0000 |
commit | f0d7529959305c749d400cb076b18543fe93d4c9 (patch) | |
tree | ba8b81f9331b26d603847afeadba0cc74849baab /textproc | |
parent | add WITH_PGSQL knob which supports sql plugin with postgresql backend. (diff) |
- Fix fetching
PR: ports/60630
Submitted by: Paul Marquis <pmarquis@pobox.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=96703
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 |