diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-01-08 13:20:19 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-01-08 13:20:19 +0000 |
commit | 7710e576da1a143fe5ecc984db37739dfe50589b (patch) | |
tree | 9eadd1b6a9a6db379bc1766bddbe006347315cec /mail | |
parent | 2fbce8fed7a90d04b77936969a83f82f82e96170 (diff) |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
Notes
Notes:
svn path=/head/; revision=489684
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qgmailnotifier/Makefile | 1 | ||||
-rw-r--r-- | mail/ratelimit-policyd/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mail/qgmailnotifier/Makefile b/mail/qgmailnotifier/Makefile index e1ae27ef7bbe..594422f97f05 100644 --- a/mail/qgmailnotifier/Makefile +++ b/mail/qgmailnotifier/Makefile @@ -4,7 +4,6 @@ PORTNAME= qgmailnotifier DISTVERSION= 2014.2 CATEGORIES= mail -MASTER_SITES= GH MAINTAINER= crees@FreeBSD.org COMMENT= Portable Qt 4 based GMail notifier diff --git a/mail/ratelimit-policyd/Makefile b/mail/ratelimit-policyd/Makefile index 1f921908300c..d231395b2a6d 100644 --- a/mail/ratelimit-policyd/Makefile +++ b/mail/ratelimit-policyd/Makefile @@ -4,7 +4,6 @@ PORTNAME= ratelimit-policyd PORTVERSION= 1.0.1 CATEGORIES= mail -MASTER_SITES= GH MAINTAINER= 000.fbsd@quip.cz COMMENT= Sender rate limit policy daemon for Postfix |