diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/speedbar/Makefile | 3 | ||||
-rw-r--r-- | editors/tree-widget/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index f9a3438c4607..15fa9bb061ef 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -9,7 +9,8 @@ PORTNAME= speedbar PORTVERSION= 0.14.b4 PORTREVISION= 2 CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} diff --git a/editors/tree-widget/Makefile b/editors/tree-widget/Makefile index c042dc9d10f4..2dd337e20606 100644 --- a/editors/tree-widget/Makefile +++ b/editors/tree-widget/Makefile @@ -8,7 +8,8 @@ PORTNAME= tree-widget PORTVERSION= 2.0 CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= emhacks PKGNAMESUFFIX= -${EMACS_PORT_NAME} |