From 5438810ac75d9f3a90ff8234122918ec3677153a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 14 Feb 2020 22:18:57 +0000 Subject: [PATCH] Unbreak fetch of fetchmailconf... ...which inherits MASTER_SITES through .including fetchmail/Makefile --- mail/fetchmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 1831d4ae3630..1d0ee27de657 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -5,7 +5,7 @@ PORTNAME?= fetchmail PORTVERSION= 6.4.1 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/branch_6.4/ +MASTER_SITES= SF/fetchmail/branch_6.4/ MAINTAINER= chalpin@cs.wisc.edu COMMENT?= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR