diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-06 11:58:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-06 11:58:30 +0800 |
commit | 9a78bf9808e03cbea0a09438bc7e72c7319be186 (patch) | |
tree | 956fff9481672b3447feba1ca2584e61bad240b7 | |
parent | 14e17e06198eec10a74134d7b956dd97fb333362 (diff) | |
download | freebsd-ports-gnome-9a78bf9808e03cbea0a09438bc7e72c7319be186.tar.gz freebsd-ports-gnome-9a78bf9808e03cbea0a09438bc7e72c7319be186.tar.zst freebsd-ports-gnome-9a78bf9808e03cbea0a09438bc7e72c7319be186.zip |
keep a copy of safeguarding until the NO_PACKAGE non-retrieval of distfiles is resolved
-rw-r--r-- | misc/zoneinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index e4549b9142e7..b5330b91241b 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -7,7 +7,8 @@ PORTNAME= zoneinfo DISTVERSION= 2007e CATEGORIES= misc -MASTER_SITES= ftp://elsie.nci.nih.gov/pub/ +MASTER_SITES= ftp://elsie.nci.nih.gov/pub/ \ + http://people.freebsd.org/~edwin/ DISTNAME= tzdata${DISTVERSION} MAINTAINER= edwin@mavetju.org |