diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-14 05:53:10 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-14 05:53:10 +0000 |
commit | e21a98f9676781302efe9cfc31495a18552b0ca7 (patch) | |
tree | 6244dbb23272c587437aa090d0a64ad34b1d247f /lang/afnix | |
parent | 0ec344edf376e65294d29f860cead42bc4d068e4 (diff) |
Notes
Diffstat (limited to 'lang/afnix')
-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 5554f2fbf685..deada5c45a77 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 |