diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-21 05:58:05 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-21 05:58:05 +0000 |
commit | 2600b931ec6df1c0ca1076e80fa8aafbb44ed1e1 (patch) | |
tree | 0f2cebc56813a4bfb205f72a6d0e39df45cd54f2 /www/cakephp-devel | |
parent | - use_xlib (diff) |
- Add missing TARGET_DISTFILE definition.
Notes
Notes:
svn path=/head/; revision=185600
Diffstat (limited to 'www/cakephp-devel')
-rw-r--r-- | www/cakephp-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/cakephp-devel/Makefile b/www/cakephp-devel/Makefile index 5535784140a5..860396cbec37 100644 --- a/www/cakephp-devel/Makefile +++ b/www/cakephp-devel/Makefile @@ -17,6 +17,7 @@ COMMENT= A framework for developing PHP web applications USE_BZIP2= yes DISTFILE_SUFFIX=/donation=complete FETCH_BEFORE_ARGS= -o ${DISTDIR}/${TARGET_DISTFILE} +TARGET_DISTFILE=${DISTNAME}${EXTRACT_SUFX} USE_APACHE= 2.0+ SLAVE_PORT_MODULES= rewrite |