1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Remove a couple of patched files unconditionally from WRKDIR before

installation.  Depending on the installation type, one of them may not
  be present.
- Bumped PORTREVISION

Noticed by:	Christoph Theis <theis@gmx.at> (maintainer)
Pointyhat to:	glarkin
This commit is contained in:
Greg Larkin 2011-09-27 18:37:39 +00:00
parent cad75c00a9
commit c0c81fbd9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282505
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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: