diff options
author | pav <pav@FreeBSD.org> | 2006-03-08 04:20:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-08 04:20:24 +0800 |
commit | 2ec8c7b491875a2afc274e6409c39374e4221515 (patch) | |
tree | acec54e093db215e0f13fa45a3a5586576e1ac56 /textproc | |
parent | 6ab4967bc4c6c85bfdf9747ec5fea56ccb4f3840 (diff) | |
download | freebsd-ports-gnome-2ec8c7b491875a2afc274e6409c39374e4221515.tar.gz freebsd-ports-gnome-2ec8c7b491875a2afc274e6409c39374e4221515.tar.zst freebsd-ports-gnome-2ec8c7b491875a2afc274e6409c39374e4221515.zip |
- Fix fetch
PR: ports/94184
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Approved by: portmgr (marcus)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/clit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/clit/Makefile b/textproc/clit/Makefile index a53356c14721..3c3f92fbcc9f 100644 --- a/textproc/clit/Makefile +++ b/textproc/clit/Makefile @@ -8,9 +8,10 @@ PORTNAME= clit PORTVERSION= ${MAJ_VER}.${MIN_VER} CATEGORIES= textproc -MASTER_SITES= http://www.convertlit.com/\ - http://math.libtomcrypt.org/files/:ltm -DISTFILES= clit${MAJ_VER}${MIN_VER}src.zip \ +MASTER_SITES= http://www.convertlit.com/:clit \ + http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/:clit \ + http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/:ltm +DISTFILES= clit${MAJ_VER}${MIN_VER}src.zip:clit \ ltm-0.33.tar.bz2:ltm EXTRACT_ONLY= clit${MAJ_VER}${MIN_VER}src.zip |