diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-15 15:11:32 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-15 15:11:32 +0800 |
commit | 26ada1af5f7bee2a233514151e4e6ac9773d37e9 (patch) | |
tree | 267c111ebcb68294d936ffc0a82623e01b91bc25 | |
parent | ced9efea75caaedb9bf5f1d8ef4d994629191f23 (diff) | |
download | freebsd-ports-gnome-26ada1af5f7bee2a233514151e4e6ac9773d37e9.tar.gz freebsd-ports-gnome-26ada1af5f7bee2a233514151e4e6ac9773d37e9.tar.zst freebsd-ports-gnome-26ada1af5f7bee2a233514151e4e6ac9773d37e9.zip |
Add Sourceforge site, to make fetchable.
Submitted by: ijliao
-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 |