diff options
author | jperkin <jperkin> | 2012-06-25 08:57:10 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-06-25 08:57:10 +0000 |
commit | 564109d628da8eb7255791ec65736e24830d2523 (patch) | |
tree | 7902eddb60f0c598185921766028d77916bdf0b5 /www/contao | |
parent | d9d5b2a39137051142348fc9005d0b1c66c3d8d9 (diff) | |
download | pkgsrc-564109d628da8eb7255791ec65736e24830d2523.tar.gz |
Add missing INSTALLATION_DIRS.
Diffstat (limited to 'www/contao')
-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}; \ |