diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-24 17:52:04 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-24 17:52:04 +0000 |
commit | af6c433cc53ab57f6dbca38fd9fc5ff5579a0f1d (patch) | |
tree | abd8be2dd05bd3f701a204b922988715b547911a /benchmarks | |
parent | 3516f9d278c18674b55202fa1abae14ee547280f (diff) | |
download | FreeBSD-ports-af6c433cc53ab57f6dbca38fd9fc5ff5579a0f1d.zip FreeBSD-ports-af6c433cc53ab57f6dbca38fd9fc5ff5579a0f1d.tar.gz |
Fix MASTER_SITES
PR: 38499
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postmark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 8a7da90..f937465 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -10,7 +10,7 @@ PORTNAME= postmark PORTVERSION= 1.5 CATEGORIES= benchmarks MASTER_SITES= http://www.netapp.com/ftp/ \ - http://www.taronga.com/~nick/files/ + http://dl.droso.net/ports/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .c |