diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-07 14:45:15 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-07 14:45:15 +0800 |
commit | 23626246f425d0c112581ef92409a7d9240aecb8 (patch) | |
tree | 7ce2a0df4c5bab03212f8ba022bb2d24a09971a0 /net | |
parent | 5988e8775bdd75561e9c06383bc93aeb98ce008e (diff) | |
download | freebsd-ports-graphics-23626246f425d0c112581ef92409a7d9240aecb8.tar.gz freebsd-ports-graphics-23626246f425d0c112581ef92409a7d9240aecb8.tar.zst freebsd-ports-graphics-23626246f425d0c112581ef92409a7d9240aecb8.zip |
Host distfile in my MASTER_SITE_LOCAL space while savannah is AWOL.
Diffstat (limited to 'net')
-rw-r--r-- | net/straw/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/straw/Makefile b/net/straw/Makefile index c09eca4164c..c18a3f82b25 100644 --- a/net/straw/Makefile +++ b/net/straw/Makefile @@ -9,8 +9,10 @@ PORTNAME= straw PORTVERSION= 0.21.1 PORTREVISION= 2 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION}/ +#MASTER_SITES= ${MASTER_SITE_SAVANNAH} +#MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw MAINTAINER= mezz7@cox.net COMMENT= A GNOME 2 desktop weblog aggregator written in Python |