diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-21 15:49:14 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-21 15:49:14 +0000 |
| commit | 80dcba0d81616ff024922d8bcc630f8fd66c31ed (patch) | |
| tree | a31d914066f833aa6485eeabce1c2b15dce0bf97 | |
| parent | afec5bbcdb31c3934ad373ca5996210b5af61b37 (diff) | |
Fix MASTER_SITES.
PR: 22988
Submitted by: Ports Fury
| -rw-r--r-- | devel/flux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/flux/Makefile b/devel/flux/Makefile index 677f1e38cdaf..629691de2504 100644 --- a/devel/flux/Makefile +++ b/devel/flux/Makefile @@ -8,7 +8,7 @@ PORTNAME= flux PORTVERSION= 0.4.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.copyleft.no/projects/flux/ \ +MASTER_SITES= ftp://ftp.copyleft.no/projects/fluxlib/ \ ftp://ftp.styx.net/projects/flux/ MAINTAINER= ports@FreeBSD.org |
