diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 00:20:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 00:20:28 +0000 |
commit | 8c8fc31c5cb593de902f51887be7f0ff84ff22e2 (patch) | |
tree | 3fa36dc8ce4a981068d71f0b0051020ea7dd536c /devel/eieio | |
parent | 9dea3042de0fe8e8a6435d717210c4296f2b4140 (diff) | |
download | ports-8c8fc31c5cb593de902f51887be7f0ff84ff22e2.tar.gz ports-8c8fc31c5cb593de902f51887be7f0ff84ff22e2.zip |
Notes
Diffstat (limited to 'devel/eieio')
-rw-r--r-- | devel/eieio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/eieio/Makefile b/devel/eieio/Makefile index 2c9c53c2506c..94d4f7dadcee 100644 --- a/devel/eieio/Makefile +++ b/devel/eieio/Makefile @@ -9,7 +9,8 @@ PORTNAME= eieio PORTVERSION= 0.17 PORTREVISION= 1 CATEGORIES= devel 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/} |