diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-10 14:10:12 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-10 14:10:12 +0000 |
commit | 04820b18ffcd5f4b087c1487de1cd9726da4485d (patch) | |
tree | e1a632618b231df8f411001f11b59f92ff13eb9f /mail/fetchmail | |
parent | 956840e67fad389e10efe5cf9e49070f5f856bd1 (diff) |
- Fix fetch, MASTER_SITE_BERLIOS already contains %SUBDIR%
Notes
Notes:
svn path=/head/; revision=189671
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index af096024c46c..9a4fc1b3d2ee 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -12,7 +12,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.8 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_BERLIOS}/%SUBDIR%/ \ +MASTER_SITES= ${MASTER_SITE_BERLIOS}/ \ http://home.pages.de/~mandree/%SUBDIR%/ \ http://home.leo.org/~barner/freebsd/distfiles/ MASTER_SITE_SUBDIR= fetchmail |