diff options
author | jmg <jmg@FreeBSD.org> | 2000-07-08 04:13:25 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2000-07-08 04:13:25 +0000 |
commit | 661a703d8cb4ada2680872926dc04e579f7f6e9a (patch) | |
tree | 05cb059e6ba9ce2bed8760fe5e9467105594c105 /sysutils/ffsrecov | |
parent | 13d3df0e606ec0637d3d4abccbd40378bc850efb (diff) | |
download | FreeBSD-ports-661a703d8cb4ada2680872926dc04e579f7f6e9a.zip FreeBSD-ports-661a703d8cb4ada2680872926dc04e579f7f6e9a.tar.gz |
move the distfile to my puny 128kbps DSL line.
It looks like peter has "fixed" freefall now, so you can again fetch
the distfile from http://people.FreeBSD.org/~jmg/ffsrecov.tar.gz, for
a while there an inherited .htaccess was dening the d/l...
Diffstat (limited to 'sysutils/ffsrecov')
-rw-r--r-- | sysutils/ffsrecov/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile index 38753be..9051955 100644 --- a/sysutils/ffsrecov/Makefile +++ b/sysutils/ffsrecov/Makefile @@ -8,12 +8,9 @@ PORTNAME= ffsrecov PORTVERSION= 0.1 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jmg +MASTER_SITES= http://www.funkthat.com/~jmg/ DISTNAME= ffsrecov -MAINTAINER= jmg@freebsd.org - MAN8= ffsrecov.8 .include <bsd.port.mk> |