diff options
Diffstat (limited to 'www/contao/Makefile.example')
-rw-r--r-- | www/contao/Makefile.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.example b/www/contao/Makefile.example index 23f670f0458..6da9ab84d56 100644 --- a/www/contao/Makefile.example +++ b/www/contao/Makefile.example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.example,v 1.6 2012/06/16 13:11:22 taca Exp $ +# $NetBSD: Makefile.example,v 1.7 2012/06/25 08:57:10 jperkin Exp $ # # used by www/contao211-example/Makefile # @@ -32,7 +32,7 @@ EXTRACT_ELEMENTS+= ${DISTNAME}/${f} PKG_GROUPS_VARS+= APACHE_GROUP PKG_USERS_VARS+= APACHE_USER -INSTALLATION_DIRS+= ${CT_WEBDIR}/templates +INSTALLATION_DIRS+= ${CT_EGDIR} ${CT_WEBDIR}/templates do-install: cd ${WRKSRC}; \ |