diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-09-11 22:49:02 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-09-11 22:49:02 +0000 |
commit | fedc91445310ac28b5db6e0646d52f25f45e158a (patch) | |
tree | 7c547ad0a61f8ec17114a11b45249e2cda22078f /www/cakephp12/Makefile | |
parent | 41f778ba31397ede79e70f0645c853afd439b4fb (diff) |
Notes
Diffstat (limited to 'www/cakephp12/Makefile')
-rw-r--r-- | www/cakephp12/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cakephp12/Makefile b/www/cakephp12/Makefile index f8b57f7f937d..3f2a70a9e491 100644 --- a/www/cakephp12/Makefile +++ b/www/cakephp12/Makefile @@ -8,8 +8,7 @@ PORTNAME= cakephp PORTVERSION= 1.2.4.8284 CATEGORIES= www -MASTER_SITES= http://cakeforge.org/frs/download.php/724/ \ - LOCAL/glarkin +MASTER_SITES= LOCAL/glarkin PKGNAMESUFFIX= -devel DISTNAME= cake_${PORTVERSION} @@ -17,7 +16,6 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= A framework for developing PHP web applications USE_BZIP2= yes -DISTFILE_SUFFIX=/donation=complete FETCH_BEFORE_ARGS= -o - TARGET_DISTFILE=${DISTNAME}${EXTRACT_SUFX} |