diff options
author | taca <taca> | 2013-08-15 17:52:11 +0000 |
---|---|---|
committer | taca <taca> | 2013-08-15 17:52:11 +0000 |
commit | 91ac26b85a43d2e534d3f2a96614a806b8a36415 (patch) | |
tree | 8f9d0e85d2ba22d8437c8369f0e5bd1ad2451efb | |
parent | 8642dfa400a5ef75c9c189981417f8c9dd901705 (diff) | |
download | pkgsrc-91ac26b85a43d2e534d3f2a96614a806b8a36415.tar.gz |
Since system/config/default.php isn't configuration file, install it as
normal files. It might cause trouble with old default.php.
Bump PKGREVISION.
-rw-r--r-- | www/contao30/Makefile | 12 | ||||
-rw-r--r-- | www/contao30/PLIST | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/contao30/Makefile b/www/contao30/Makefile index 7c13e185756..193aca19ead 100644 --- a/www/contao30/Makefile +++ b/www/contao30/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2013/06/27 16:11:20 taca Exp $ +# $NetBSD: Makefile,v 1.10 2013/08/15 17:52:11 taca Exp $ # DISTNAME= contao-${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=contao/} @@ -24,7 +24,7 @@ USE_TOOLS= bash pax NO_BUILD= yes EG_CONFIG= agents.php codeMirror.php constants.php countries.php \ - default.php languages.php tcpdf.php timezones.php \ + languages.php tcpdf.php timezones.php \ tinyFlash.php tinyMCE.php tinyNews.php EG_DATA= ${WWW_EG_FILES} system/config files EG_TEMPLATES= tinymce.css tiny_templates/index.html @@ -66,9 +66,9 @@ SUBST_SED.php+= -e "s|\#!/.*php|\#!${PREFIX}/bin/php|" SUBST_STAGE.php= post-configure WWW_FILES= .gitignore README.md assets contao index.php share templates -WWW_SYSFILES= .htaccess bin cache/.htaccess cron docs helper \ - initialize.php logs/.htaccess modules themes tmp/.htaccess \ - vendor +WWW_SYSFILES= .htaccess bin cache/.htaccess config/default.php cron docs \ + helper initialize.php logs/.htaccess modules themes \ + tmp/.htaccess vendor INSTALLATION_DIRS+= ${CT_DOCDIR} ${CT_EGDIR} ${CT_WEBDIR}/system/config diff --git a/www/contao30/PLIST b/www/contao30/PLIST index fba4c9f4776..872e21a6f06 100644 --- a/www/contao30/PLIST +++ b/www/contao30/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/02/15 15:42:16 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/08/15 17:52:11 taca Exp $ ${CT_WEBDIR}/.gitignore ${CT_WEBDIR}/README.md ${CT_WEBDIR}/assets/codemirror/2.32/codemirror.css @@ -960,6 +960,7 @@ ${CT_WEBDIR}/system/bin/minify ${CT_WEBDIR}/system/bin/transifex ${CT_WEBDIR}/system/bin/yuicompressor-2.4.6.jar ${CT_WEBDIR}/system/cache/.htaccess +${CT_WEBDIR}/system/config/default.php ${CT_WEBDIR}/system/cron/.htaccess ${CT_WEBDIR}/system/cron/cron.php ${CT_WEBDIR}/system/docs/CHANGELOG.md @@ -3529,4 +3530,3 @@ ${CT_EGDIR}/system/config/timezones.php ${CT_EGDIR}/system/config/tinyFlash.php ${CT_EGDIR}/system/config/tinyMCE.php ${CT_EGDIR}/system/config/tinyNews.php -@pkgdir share/contao30/system/config |