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 | |
parent | - Update to build with python 2.1 (diff) |
- Fix broken MASTER_SITES
Notes
Notes:
svn path=/head/; revision=51659
-rw-r--r-- | net/crescendo/Makefile | 5 | ||||
-rw-r--r-- | news/pgpmoose/Makefile | 6 |
2 files changed, 8 insertions, 3 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 diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile index ae6eac076cc1..6a2539080c42 100644 --- a/news/pgpmoose/Makefile +++ b/news/pgpmoose/Makefile @@ -9,8 +9,10 @@ PORTNAME= pgpmoose PORTVERSION= 1.19 PORTREVISION= 1 CATEGORIES= news security -MASTER_SITES= http://people.qualcomm.com/ggr/ \ - ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ +# Distribution broken +# MASTER_SITES= http://people.qualcomm.com/ggr/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex DISTNAME= PGPMoose EXTRACT_SUFX= .tar.Z |