diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-10 22:10:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-10 22:10:12 +0800 |
commit | 6c2ab8be428beed2b1fa55a082b561d45e98701e (patch) | |
tree | 366e4ef5b6c8050516efc2d6e2bffacf3aefcff7 /mail | |
parent | 0b3480d3ce39d299150ce2cf2473029a8b55b68c (diff) | |
download | freebsd-ports-gnome-6c2ab8be428beed2b1fa55a082b561d45e98701e.tar.gz freebsd-ports-gnome-6c2ab8be428beed2b1fa55a082b561d45e98701e.tar.zst freebsd-ports-gnome-6c2ab8be428beed2b1fa55a082b561d45e98701e.zip |
- Fix fetch, MASTER_SITE_BERLIOS already contains %SUBDIR%
Diffstat (limited to 'mail')
-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 |