diff options
author | clsung <clsung@FreeBSD.org> | 2005-10-17 05:43:51 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-10-17 05:43:51 +0000 |
commit | 410a99c5f760fd029d5aab3738f197dced35f186 (patch) | |
tree | 67aa3b689c9ff1303d57f52be294436e4444aa74 /mail/getmail | |
parent | 0e971d73174b1a1e8b4fc7390c2afebec4eb15f4 (diff) | |
download | FreeBSD-ports-410a99c5f760fd029d5aab3738f197dced35f186.zip FreeBSD-ports-410a99c5f760fd029d5aab3738f197dced35f186.tar.gz |
- Remove "." entry from MASTER_SITE_SUBDIR that was added for testing
purposes but forgot to remove before sending PR to update port to
the current version.
PR: 87551
Submitted by: Linh Pham (maintainer)
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 6868693..988b729 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 4.3.13 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ -MASTER_SITE_SUBDIR= . old-versions +MASTER_SITE_SUBDIR= old-versions MAINTAINER= question+fbsdports@closedsrc.org COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery |