diff options
author | taca <taca> | 2014-03-05 15:09:42 +0000 |
---|---|---|
committer | taca <taca> | 2014-03-05 15:09:42 +0000 |
commit | 8581a7739152dc39bc1f48da40e6b0b20f998ad6 (patch) | |
tree | 62af21e02e5ca27ae932a10ae349421a1e89ea89 /www/contao32 | |
parent | 97147b4620a8e483b76e36d8dbac48de5fcd852f (diff) | |
download | pkgsrc-8581a7739152dc39bc1f48da40e6b0b20f998ad6.tar.gz |
* Fix obsolete name of files directory, not "tl_files" but "files".
* Correct path of README and minify.
Noted via private e-mail from obache@.
Bump PKGREVISION.
Diffstat (limited to 'www/contao32')
-rw-r--r-- | www/contao32/MESSAGE | 6 | ||||
-rw-r--r-- | www/contao32/Makefile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/contao32/MESSAGE b/www/contao32/MESSAGE index 567e6ab38e7..a2806e06949 100644 --- a/www/contao32/MESSAGE +++ b/www/contao32/MESSAGE @@ -1,11 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2013/11/29 16:43:06 taca Exp $ +$NetBSD: MESSAGE,v 1.3 2014/03/05 15:09:42 taca Exp $ To complete the setup, please read: - ${PREFIX}/share/doc/contao${CT_VER}/README.md + ${PREFIX}/share/doc/contao${CT_VER}/README -To use ${PREFIX}/share/doc/contao${CT_VER}/system/bin/minify command, +To use ${PREFIX}/share/contao${CT_VER}/system/bin/minify command, Please install the following package: shells/bash diff --git a/www/contao32/Makefile b/www/contao32/Makefile index 4e5323c1f47..02316e7b731 100644 --- a/www/contao32/Makefile +++ b/www/contao32/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2013/12/21 02:46:25 taca Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/05 15:09:42 taca Exp $ # DISTNAME= ${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${CT_MASTER_SITE} @@ -41,7 +42,7 @@ MAKE_DIRS+= ${CT_WEBDIR}/files/tiny_templates REPLACE_BASH= system/bin/minify .for f in ${EG_TEMPLATES} -REQD_FILES+= ${CT_EGDIR}/files/${f} ${CT_WEBDIR}/tl_files/${f} +REQD_FILES+= ${CT_EGDIR}/files/${f} ${CT_WEBDIR}/files/${f} .endfor .for f in ${WWW_EG_FILES} |