diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 20:40:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 20:40:05 +0000 |
commit | 4ce80d93b371fc0d59640aff4db0c31c70471178 (patch) | |
tree | 049353d25c41dd2e21c56caee9c9d01c3b4620b0 | |
parent | - Revert 1.13, it broke fetching (diff) |
- Update download location
Reported by: -fetch-original pointyhat run
Notes
Notes:
svn path=/head/; revision=227188
-rw-r--r-- | devel/jam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 81653a0f7129..1ff17ad32db9 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -9,7 +9,7 @@ PORTNAME= jam PORTVERSION= 2.5 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.perforce.com/pub/jam/ +MASTER_SITES= ftp://ftp.perforce.com/jam/ MAINTAINER= alepulver@FreeBSD.org COMMENT= A build utility like make(1) |