diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-17 11:57:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-17 11:57:33 +0000 |
commit | bcfd2e8646950fb008f970208680c1a827513112 (patch) | |
tree | 57973b8a7b41502dde299f658b09c96d91eb2a66 /net/crescendo | |
parent | 97984638c556a461e035f1a137116da79a23559c (diff) | |
download | ports-bcfd2e8646950fb008f970208680c1a827513112.tar.gz ports-bcfd2e8646950fb008f970208680c1a827513112.zip |
Notes
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 1d3d4a009d5a..fd873f7c3b36 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -7,7 +7,10 @@ PORTNAME= crescendo PORTVERSION= 1.1.7 CATEGORIES= net gnome -MASTER_SITES= http://crescendo.lyrical.net/files/ +# Master Site broken +#MASTER_SITES= http://crescendo.lyrical.net/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org |