diff options
author | krion <krion@FreeBSD.org> | 2004-05-21 14:31:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-21 14:31:18 +0800 |
commit | ef4fe3bfbb95f1b64ce2fba0649f7c1b470b7f3a (patch) | |
tree | 13eb937a82825c239181dd685fbcb6405deeec12 | |
parent | 894f1a0719b9562a164d174fd7dce5e60d0508d9 (diff) | |
download | freebsd-ports-gnome-ef4fe3bfbb95f1b64ce2fba0649f7c1b470b7f3a.tar.gz freebsd-ports-gnome-ef4fe3bfbb95f1b64ce2fba0649f7c1b470b7f3a.tar.zst freebsd-ports-gnome-ef4fe3bfbb95f1b64ce2fba0649f7c1b470b7f3a.zip |
- Fix MASTER_SITES
- Pet portlint
PR: ports/66957
Submitted by: maintainer
-rw-r--r-- | www/caudium10/Makefile | 8 |
1 files 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 |