From 26b92847b21939aacd2a0f8b16a7b82549444d88 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 13 Jul 2006 07:43:40 +0000 Subject: [PATCH] master site fixes --- audio/sox/Makefile | 5 ++--- biology/py-biopython/Makefile | 4 ++-- chinese/c2t/Makefile | 8 ++++---- databases/sqsh/Makefile | 4 ++-- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/audio/sox/Makefile b/audio/sox/Makefile index c4230f9adc9..3f843efc37a 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2005/07/02 16:27:56 naddy Exp $ +# $OpenBSD: Makefile,v 1.33 2006/07/13 07:43:40 steven Exp $ COMMENT= "SOund eXchange - universal sound sample translator" @@ -16,8 +16,7 @@ PERMIT_DISTFILES_CDROM= "no redistribution" PERMIT_DISTFILES_FTP= Yes WANTLIB= c m -MASTER_SITES= http://www.cnpbagwell.com/ \ - ${MASTER_SITE_SOURCEFORGE:=sox/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/} CONFIGURE_STYLE=gnu dest CONFIGURE_ARGS= --disable-oss-dsp diff --git a/biology/py-biopython/Makefile b/biology/py-biopython/Makefile index 3c6f5aeece9..5341797af69 100644 --- a/biology/py-biopython/Makefile +++ b/biology/py-biopython/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/06/03 09:23:14 alek Exp $ +# $OpenBSD: Makefile,v 1.6 2006/07/13 07:43:40 steven Exp $ SHARED_ONLY= Yes COMMENT= "Python tools for computational molecular biology" @@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE}files/ +MASTER_SITES= ${HOMEPAGE}DIST/ MODULES= lang/python diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index 28ca60b5515..37e0dec7c4d 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2004/11/21 21:51:36 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2006/07/13 07:43:40 steven Exp $ COMMENT= "translate GB/Big5 encoding to tone pinyin" @@ -13,9 +13,9 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c -MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/ -DISTFILES= c2t.tar.gz TONEPY.tit +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ +MASTER_SITES0= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/ +DISTFILES= c2t.tar.gz TONEPY.tit:0 EXTRACT_ONLY= c2t.tar.gz WRKDIST= ${WRKDIR} diff --git a/databases/sqsh/Makefile b/databases/sqsh/Makefile index d1bb305e132..9c09af7ae67 100644 --- a/databases/sqsh/Makefile +++ b/databases/sqsh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/02/05 15:08:43 david Exp $ +# $OpenBSD: Makefile,v 1.15 2006/07/13 07:43:40 steven Exp $ DISTNAME= sqsh-2.1 PKGNAME= ${DISTNAME}p0 @@ -12,7 +12,7 @@ WANTLIB= c curses m readline COMMENT= "SQL shell" HOMEPAGE= http://www.sqsh.org/ -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqsh/} ${HOMEPAGE} EXTRACT_SUFX= -src.tar.gz MAINTAINER= Joshua Stein