From 221cf0963f1269248efde929e9acb7fbcecd84f2 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 21 May 2004 06:31:18 +0000 Subject: [PATCH] - Fix MASTER_SITES - Pet portlint PR: ports/66957 Submitted by: maintainer --- www/caudium10/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/caudium10/Makefile b/www/caudium10/Makefile index fdb8409113ec..44262e094ef0 100644 --- a/www/caudium10/Makefile +++ b/www/caudium10/Makefile @@ -9,8 +9,8 @@ PORTNAME= caudium10 PORTVERSION= 1.0.56 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.oav.net/caudium/source/ \ - ftp://ftp.caudium.net/caudium/source/ +MASTER_SITES= ftp://ftp.caudium.net/caudium/source/ \ + ftp://ftp.fr.caudium.net/pub/caudium/source/ DISTNAME= caudium-${PORTVERSION} MAINTAINER= kiwi@oav.net @@ -21,8 +21,8 @@ LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/ WRKSRC= ${WRKDIR}/${DISTNAME}/ -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} USE_GMAKE= yes USE_BZIP2= yes