diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-07-18 14:10:18 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-07-18 14:10:18 +0000 |
commit | 1b2c7550a68b8b1dc2a87e7031e9898064850389 (patch) | |
tree | d8e42a4efb2c1c9ff58c488711ad56257d27b3f1 /deskutils/egroupware | |
parent | 765aa79a1c7f1d88c79ed89521cec0f58126f0e4 (diff) |
- SF master site "nchc" returns 200, but redirecting to other site.
This causes 4.x fetch(1) confusing.
PR: ports/99880
Reported by: Norbert Koch <nkoch@demig.de>
Notes
Notes:
svn path=/head/; revision=168144
Diffstat (limited to 'deskutils/egroupware')
-rw-r--r-- | deskutils/egroupware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 653f9ccde642..4b6f46a857b6 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -8,7 +8,7 @@ PORTNAME= eGroupWare PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= deskutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:C,http://nchc[^ ]+,,} MASTER_SITE_SUBDIR= egroupware DISTNAME= ${PORTNAME}-${PORTVERSION}-102 |