aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-26 15:14:36 +0800
committerbapt <bapt@FreeBSD.org>2013-03-26 15:14:36 +0800
commit16831b695d73c48aef7e0ff45178de1a81b94741 (patch)
tree782e0f456bc1f0a59c636ccefa1beb25c270083f /www
parentc580c332915d7a861cb680d53bdde6c54459c1fd (diff)
downloadfreebsd-ports-gnome-16831b695d73c48aef7e0ff45178de1a81b94741.tar.gz
freebsd-ports-gnome-16831b695d73c48aef7e0ff45178de1a81b94741.tar.zst
freebsd-ports-gnome-16831b695d73c48aef7e0ff45178de1a81b94741.zip
Actually it needs the pre/post dancing because it tests some variable set during the pre.mk phase.
Diffstat (limited to 'www')
-rw-r--r--www/cakephp21/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cakephp21/Makefile b/www/cakephp21/Makefile
index e06de04ce884..7d5337b41c62 100644
--- a/www/cakephp21/Makefile
+++ b/www/cakephp21/Makefile
@@ -54,7 +54,7 @@ MEMCACHE_DESC= Enable Memcached caching engine client
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>