aboutsummaryrefslogtreecommitdiffstats
path: root/www/cakephp12
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2009-04-22 04:24:36 +0800
committerglarkin <glarkin@FreeBSD.org>2009-04-22 04:24:36 +0800
commit55816e3773b24f7f2c76eacc9ea0ab5ad99a1321 (patch)
tree6d6803d1c40afe9a848819f86fe56db659325c42 /www/cakephp12
parent66d8d2ad57d85f7d53daf306d570e86e1a25b741 (diff)
downloadfreebsd-ports-gnome-55816e3773b24f7f2c76eacc9ea0ab5ad99a1321.tar.gz
freebsd-ports-gnome-55816e3773b24f7f2c76eacc9ea0ab5ad99a1321.tar.zst
freebsd-ports-gnome-55816e3773b24f7f2c76eacc9ea0ab5ad99a1321.zip
- Forgot to "cvs add" new patch file
Diffstat (limited to 'www/cakephp12')
-rw-r--r--www/cakephp12/files/patch-cake__console__cake21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/cakephp12/files/patch-cake__console__cake b/www/cakephp12/files/patch-cake__console__cake
new file mode 100644
index 000000000000..ca268e41f821
--- /dev/null
+++ b/www/cakephp12/files/patch-cake__console__cake
@@ -0,0 +1,21 @@
+--- ./cake/console/cake.orig 2009-04-21 16:16:45.000000000 -0400
++++ ./cake/console/cake 2009-04-21 16:16:54.000000000 -0400
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ ################################################################################
+ #
+ # Bake is a shell script for running CakePHP bake script
+@@ -24,9 +24,9 @@
+ ################################################################################
+ clear
+
+-LIB=${0/%cake/}
++LIB=${0%cake}
+ APP=`pwd`
+
+ exec php -q ${LIB}cake.php -working "${APP}" "$@"
+
+-exit;
+\ No newline at end of file
++exit;