diff options
-rw-r--r-- | lang/f2c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index b0db848924ad..467f94b8c322 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -9,7 +9,8 @@ PORTNAME= f2c PORTVERSION= 20060810 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= maho/f2c DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |