diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-09-12 06:49:02 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-09-12 06:49:02 +0800 |
commit | 58d8a06816372d3bc0418d4a9fcf484e6b978585 (patch) | |
tree | b92673750baad76c66d2269459403e798aca765c /www/cakephp2 | |
parent | f90defc705b5e50614708f42ca97498faaa69314 (diff) | |
download | freebsd-ports-gnome-58d8a06816372d3bc0418d4a9fcf484e6b978585.tar.gz freebsd-ports-gnome-58d8a06816372d3bc0418d4a9fcf484e6b978585.tar.zst freebsd-ports-gnome-58d8a06816372d3bc0418d4a9fcf484e6b978585.zip |
- Temporary MASTER_SITES tweak to get 1.2.4 download working while
1.2.5 port update is pending.
Diffstat (limited to 'www/cakephp2')
-rw-r--r-- | www/cakephp2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cakephp2/Makefile b/www/cakephp2/Makefile index f8b57f7f937d..3f2a70a9e491 100644 --- a/www/cakephp2/Makefile +++ b/www/cakephp2/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} |