Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2013 07:14:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315261 - head/www/cakephp21
Message-ID:  <201303260714.r2Q7EaSf053644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 26 07:14:36 2013
New Revision: 315261
URL: http://svnweb.freebsd.org/changeset/ports/315261

Log:
  Actually it needs the pre/post dancing because it tests some variable set during the pre.mk phase.

Modified:
  head/www/cakephp21/Makefile

Modified: head/www/cakephp21/Makefile
==============================================================================
--- head/www/cakephp21/Makefile	Tue Mar 26 06:53:02 2013	(r315260)
+++ head/www/cakephp21/Makefile	Tue Mar 26 07:14:36 2013	(r315261)
@@ -54,7 +54,7 @@ MEMCACHE_DESC=	Enable Memcached caching 
 CONFDIR=	${PREFIX}/${CONFDIR_REL}
 CONFDIR_REL=	${APACHEETCDIR}/Includes
 
-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
 
 WITH_PHP_CGI?=	/cgi-bin/php
 
@@ -206,4 +206,4 @@ post-install:
 .endif
 	@${ECHO_MSG}	"*********************************************************************"
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303260714.r2Q7EaSf053644>