diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-07-25 18:06:33 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-07-25 18:06:33 +0000 |
commit | 37678123651def8cbb8693264cb2ab42156d4f65 (patch) | |
tree | d7b76ef8fa1a8df1815f3a51c9dd5904bf2ce8cd /mail | |
parent | 8f90f58b5dba04d6961850bd971fa69bafe4a341 (diff) |
- Add gentoo mirrors to MASTER_SITES
Notes
Notes:
svn path=/head/; revision=217493
Diffstat (limited to 'mail')
-rw-r--r-- | mail/queue-fix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/queue-fix/Makefile b/mail/queue-fix/Makefile index ccee49575a4b..950aeb31418a 100644 --- a/mail/queue-fix/Makefile +++ b/mail/queue-fix/Makefile @@ -9,7 +9,9 @@ PORTNAME= queue-fix PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://www.netmeridian.com/e-huss/ +MASTER_SITES= http://www.netmeridian.com/e-huss/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= garga@FreeBSD.org COMMENT= Repairs or generates a qmail queue structure |