diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/afnix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 5554f2f..deada5c 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -9,7 +9,8 @@ PORTNAME= afnix PORTVERSION= 1.1.1 CATEGORIES= lang -MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ +MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ + ftp://ftp.stack.nl/pub/users/johans/afnix/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION:S,.,-,g} DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g} EXTRACT_SUFX= .tgz |