diff options
author | wxs <wxs@FreeBSD.org> | 2010-10-17 09:38:20 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-10-17 09:38:20 +0800 |
commit | bc47a43cef09e113b8c2f2a3c72060e41c2665cd (patch) | |
tree | b5f98b3e9a1caa839756a7efd6c4aa9dae4561dd /mail | |
parent | 205753d4688f6ecd80034b016ebb4696a1618fa5 (diff) | |
download | freebsd-ports-gnome-bc47a43cef09e113b8c2f2a3c72060e41c2665cd.tar.gz freebsd-ports-gnome-bc47a43cef09e113b8c2f2a3c72060e41c2665cd.tar.zst freebsd-ports-gnome-bc47a43cef09e113b8c2f2a3c72060e41c2665cd.zip |
Fix up MASTER_SITES: not available from list.org anymore and add gnu mirrors.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index ccbde121e95d..9102a2e4e19f 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -8,8 +8,9 @@ PORTNAME= mailman DISTVERSION= 2.1.14 CATEGORIES?= mail -MASTER_SITES= SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ - http://www.list.org/ +MASTER_SITES= ${MASTER_SITE_GNU} \ + SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} +MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz DIST_SUBDIR= mailman |