diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-02 15:01:56 +0000 |
commit | 535382b89150108fea8bdf4a729e9ed1257f42f8 (patch) | |
tree | 1f24bf9ea181456fbd70a93a3796f17fa5b7c19b /mail/exim | |
parent | bf8370accdc8c1debd25f233b58f951224d56a2e (diff) | |
download | ports-535382b89150108fea8bdf4a729e9ed1257f42f8.tar.gz ports-535382b89150108fea8bdf4a729e9ed1257f42f8.zip |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 9c8a94d80459..c7ede9e4ec45 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -23,7 +23,7 @@ COMMENT?= High performance MTA for Unix systems on the Internet .if defined(WITH_SA_EXIM) MASTER_SITES+= http://marc.merlins.org/linux/exim/files/:sa_exim \ - ${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sa_exim/} + SF/sa-exim/sa-exim/${SA_EXIM_VERSION}:sa_exim MASTER_SITE_SUBDIR+= sa-exim/:sa_exim DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim .endif |