diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 20:12:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-21 20:12:11 +0000 |
commit | 8431474a75cbfb162a641d9910fef061748884b6 (patch) | |
tree | 8192bd3180e9de3abd0b395ebd566a295f5cd1c0 /lang/crossgo32-f77 | |
parent | - bumped port revision (diff) |
- Fix MASTER_SITE (missing slash)
Diffstat (limited to 'lang/crossgo32-f77')
-rw-r--r-- | lang/crossgo32-f77/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/crossgo32-f77/Makefile b/lang/crossgo32-f77/Makefile index 1431bca6b078..a89ddde6d4ed 100644 --- a/lang/crossgo32-f77/Makefile +++ b/lang/crossgo32-f77/Makefile @@ -9,7 +9,7 @@ PORTNAME= crossgo32-f77 PORTVERSION= 2.95.2 CATEGORIES= lang MASTER_SITES= ftp://troutmask.apl.washington.edu/pub/ \ - ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu + ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/ DISTNAME= f77-freebsd.0.3 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} g772952b.zip EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |