diff options
-rw-r--r-- | mail/elmo-devel/Makefile | 7 | ||||
-rw-r--r-- | mail/elmo/Makefile | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index 914ea5539cf4..d3793d473186 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/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 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 |