diff options
author | taca <taca@pkgsrc.org> | 2010-08-06 03:43:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-08-06 03:43:28 +0000 |
commit | 784af4f461e499d73a934c1941c3e0f66c283406 (patch) | |
tree | b1b3eda5876c945ca25755daa08a75b26fb23239 /www/contao29 | |
parent | 2d58b0ea825f30e7079d2c22a8dfa9d1829be437 (diff) | |
download | pkgsrc-784af4f461e499d73a934c1941c3e0f66c283406.tar.gz |
Don't treat .htaccess file as configuration file as before.
Bump PKGREVISION.
Diffstat (limited to 'www/contao29')
-rw-r--r-- | www/contao29/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/contao29/Makefile b/www/contao29/Makefile index 107a2d5bb93..8442984241c 100644 --- a/www/contao29/Makefile +++ b/www/contao29/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2010/07/28 16:28:51 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/08/06 03:43:28 taca Exp $ # DISTNAME= contao-${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} @@ -38,8 +38,7 @@ CONF_FILES_PERMS+= ${CT_EGDIR}/system/config/localconfig.php \ ${CT_WEBDIR}/system/config/localconfig.php \ ${APACHE_USER} ${APACHE_GROUP} 0600 -CONF_FILES+= ${CT_EGDIR}/contao.conf ${PKG_SYSCONFDIR}/contao.conf \ - ${CT_EGDIR}/htaccess.default ${CT_WEBDIR}/.htaccess +CONF_FILES+= ${CT_EGDIR}/contao.conf ${PKG_SYSCONFDIR}/contao.conf .for f in ${EG_FILES} CONF_FILES+= ${CT_EGDIR}/${f} ${CT_WEBDIR}/${f} |