diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 18:21:26 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 18:21:26 +0000 |
commit | 922a2ba34b1b2c1302d772b0ba853b30dab6151e (patch) | |
tree | 1fc965381d5d9114985c59bea0ec653629db0f74 /devel/eieio | |
parent | 4ac8388ffff64cbf178121f306408468b9deb2f8 (diff) | |
download | ports-922a2ba34b1b2c1302d772b0ba853b30dab6151e.tar.gz ports-922a2ba34b1b2c1302d772b0ba853b30dab6151e.zip |
- Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
Notes
Notes:
svn path=/head/; revision=157314
Diffstat (limited to 'devel/eieio')
-rw-r--r-- | devel/eieio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eieio/Makefile b/devel/eieio/Makefile index c779f2bb47ab..7e3d07be1aee 100644 --- a/devel/eieio/Makefile +++ b/devel/eieio/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.17 PORTREVISION= 1 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} #DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} |