From 2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5 Mon Sep 17 00:00:00 2001 From: koitsu Date: Wed, 26 Mar 2008 16:25:20 +0000 Subject: * Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both) * Add some redundancy fetch locations to MASTER_SITE_LOCAL. --- www/suphp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/suphp') diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 441eb1afdca0..18647060179e 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -9,9 +9,9 @@ PORTNAME= suphp PORTVERSION= 0.6.2 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/koitsu/ + ${MASTER_SITE_LOCAL:S/%SUBDIR%|koitsu|} -MAINTAINER= freebsd@jdc.parodius.com +MAINTAINER= koitsu@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache GNU_CONFIGURE= yes -- cgit