summaryrefslogtreecommitdiff
path: root/www/contao29
diff options
context:
space:
mode:
authortaca <taca>2010-08-06 03:43:28 +0000
committertaca <taca>2010-08-06 03:43:28 +0000
commit2ac39901ab71acc0d63b14835ca973dc985eecb5 (patch)
treeb1b3eda5876c945ca25755daa08a75b26fb23239 /www/contao29
parent16d5b06d7c4260d3dc32a76f3ab4d8ea90629c78 (diff)
downloadpkgsrc-2ac39901ab71acc0d63b14835ca973dc985eecb5.tar.gz
Don't treat .htaccess file as configuration file as before.
Bump PKGREVISION.
Diffstat (limited to 'www/contao29')
-rw-r--r--www/contao29/Makefile7
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}