diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
commit | 1228d352eecd5d09314870cfcc461adb754dfca0 (patch) | |
tree | ea5c179cc339efd87a4197efd97f322189f59907 /net/netatalk-asun | |
parent | 2e30fd524573374c3f87f7af41cec6e222c265c2 (diff) |
Notes
Diffstat (limited to 'net/netatalk-asun')
-rw-r--r-- | net/netatalk-asun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile index d720db054881..8ee22f00059d 100644 --- a/net/netatalk-asun/Makefile +++ b/net/netatalk-asun/Makefile @@ -9,8 +9,9 @@ PORTNAME= netatalk PORTVERSION= 1.4b2+asun2.1.3 CATEGORIES= net print MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ \ - http://people.FreeBSD.org/~stb/mirror/ftp.u.washington.edu/public/asun/ \ + ${MASTER_SITE_LOCAL} \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.u.washington.edu/public/asun/ +MASTER_SITE_SUBDIR= stb/mirror/ftp.u.washington.edu/public/asun MAINTAINER= stb@freebsd.org |