diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-26 16:25:20 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-26 16:25:20 +0000 |
commit | aa2914e40cc784055ea380f58b26e54aee847752 (patch) | |
tree | a4f0092e069c5d41b876e47292f4f6cba2ecf719 | |
parent | 1d973e84ce3e19899d941185f3941a70099ccbd7 (diff) | |
download | ports-aa2914e40cc784055ea380f58b26e54aee847752.tar.gz ports-aa2914e40cc784055ea380f58b26e54aee847752.zip |
Notes
-rw-r--r-- | games/nethack34/Makefile | 4 | ||||
-rw-r--r-- | www/cgiwrap/Makefile | 2 | ||||
-rw-r--r-- | www/suphp/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 4d366199cc32..f8b009d1d684 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tgz -MAINTAINER?= koitsu@FreeBSD.org -COMMENT?= A dungeon explorin', slashin', hackin' game +MAINTAINER= koitsu@FreeBSD.org +COMMENT= A dungeon explorin', slashin', hackin' game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 695633f76dd5..9c50758ad316 100644 --- a/www/cgiwrap/Makefile +++ b/www/cgiwrap/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= freebsd@jdc.parodius.com +MAINTAINER= koitsu@FreeBSD.org COMMENT= Securely execute Web CGI scripts WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} 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 |