diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-09-27 18:37:39 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-09-27 18:37:39 +0000 |
commit | c0c81fbd9e7b6927244f89802f595cd6e0632fb3 (patch) | |
tree | 6e1b390764623d0c808a72de7cc62d3fc4f46769 /www/cakephp2 | |
parent | cad75c00a9040807115ac518ec796200fca0c703 (diff) |
Notes
Diffstat (limited to 'www/cakephp2')
-rw-r--r-- | www/cakephp2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cakephp2/Makefile b/www/cakephp2/Makefile index 5734ef7ce9c9..18b1db977c85 100644 --- a/www/cakephp2/Makefile +++ b/www/cakephp2/Makefile @@ -7,6 +7,7 @@ PORTNAME= cakephp PORTVERSION= 1.3.12 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ \ LOCAL/glarkin @@ -141,7 +142,7 @@ post-extract: @${FIND} ${WRKSRC} -name ._\* -delete post-patch: - @${RM} ${WRKSRC}/cake/console/cake.orig \ + @${RM} -f ${WRKSRC}/cake/console/cake.orig \ ${WRKSRC}/app/config/core.php.orig do-install: |