diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-15 07:11:32 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-15 07:11:32 +0000 |
commit | d3d84125786f179158baa463b00dde1d4552d577 (patch) | |
tree | 07fa3ddafbba56c8f5c9f77c793b0609bc1f58a1 /mail/elmo | |
parent | 873f1c710493b35c7f2b9bd5a5cf8bec9f85e981 (diff) |
Notes
Diffstat (limited to 'mail/elmo')
-rw-r--r-- | mail/elmo/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 914ea5539cf4..d3793d473186 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -9,8 +9,11 @@ PORTNAME= elmo PORTVERSION= 0.8.3 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= \ - http://savannah.nongnu.org/download/elmo/unstable.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ + ${MASTER_SITE_SAVANNAH:S/$/:sav/} +MASTER_SITE_SUBDIR= ${PORTNAME}/:sf \ + ${PORTNAME}/unstable.pkg/${PORTVERSION}/:sav +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf,sav MAINTAINER= trevor@FreeBSD.org COMMENT= Receive, filter, read, compose and send mail at the text console |