diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-10-17 05:43:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-10-17 05:43:51 +0000 |
commit | 9336f843a351c05ac8bbe91af21ba9e3538c6e51 (patch) | |
tree | ef9d2ae8176e4dc7f9af9103774edbdc912d730a /mail | |
parent | FreeBSD does not run on the pmax architecture. (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=145616
Diffstat (limited to 'mail')
-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 6868693a9399..988b729cb62d 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 |