diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/typolight/Makefile | 13 | ||||
-rw-r--r-- | www/typolight/PLIST | 5 |
2 files changed, 8 insertions, 10 deletions
diff --git a/www/typolight/Makefile b/www/typolight/Makefile index 406298e3784..8da4a5580ac 100644 --- a/www/typolight/Makefile +++ b/www/typolight/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2008/12/15 03:05:11 taca Exp $ +# $NetBSD: Makefile,v 1.10 2009/01/12 16:17:03 taca Exp $ # DISTNAME= typolight-${TL_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} @@ -21,7 +21,7 @@ PHP_VERSIONS_ACCEPTED= 5 USE_TOOLS= pax NO_BUILD= yes -EG_DATA= basic.css news.xml print.css system/config tl_files +EG_DATA= ${WWW_EG_FILES} system/config tl_files EG_FILES= system/config/config.php system/config/countries.php \ system/config/dcaconfig.php system/config/languages.php \ system/config/tcpdf.php system/config/timezones.php \ @@ -32,7 +32,7 @@ TMPL_FILES= tl_files/tiny_templates/index.html \ tl_files/xBrowser_style_sheets/xElements.css \ tl_files/xBrowser_style_sheets/xForm.css \ tl_files/xBrowser_style_sheets/xNavigation.css -WWW_EG_FILES= basic.css news.xml print.css +WWW_EG_FILES= basic.css print.css robots.txt CONF_FILES_PERMS+= ${TL_EGDIR}/system/config/localconfig.php \ ${TL_WEBDIR}/system/config/localconfig.php \ @@ -62,7 +62,7 @@ SUBST_STAGE.conf= post-configure WWW_FILES= ._htaccess CHANGELOG.txt INSTALL.txt LICENSE.txt \ cron.php flash.php index.php \ - plugins robots.txt templates typolight + plugins templates typolight WWW_SYSFILES= config/.htaccess constants.php drivers functions.php \ html iefixes.css initialize.php interface.php libraries \ logs/.htaccess mbstring.php modules themes tmp/.htaccess \ @@ -95,8 +95,7 @@ PKG_USERS_VARS+= APACHE_USER pre-configure: ${CP} ${FILESDIR}/typolight.conf ${WRKDIR} cd ${WRKSRC}; ${RM} -rf music_academy.css \ - templates/example_website.sql tl_files/music_academy; \ - ${CP} /dev/null news.xml + templates/example_website.sql tl_files/music_academy do-install: cd ${WRKSRC}; pax -rw -pm ${WWW_FILES} ${DESTDIR}${PREFIX}/${TL_WEBDIR} diff --git a/www/typolight/PLIST b/www/typolight/PLIST index ab757849803..ec4e9fc9de3 100644 --- a/www/typolight/PLIST +++ b/www/typolight/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2008/11/06 11:23:15 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/01/12 16:17:03 taca Exp $ ${TL_DOCDIR}/README ${TL_EGDIR}/basic.css -${TL_EGDIR}/news.xml ${TL_EGDIR}/print.css +${TL_EGDIR}/robots.txt ${TL_EGDIR}/system/config/config.php ${TL_EGDIR}/system/config/countries.php ${TL_EGDIR}/system/config/dcaconfig.php @@ -760,7 +760,6 @@ ${TL_WEBDIR}/plugins/tinyMCE/utils/form_utils.js ${TL_WEBDIR}/plugins/tinyMCE/utils/mctabs.js ${TL_WEBDIR}/plugins/tinyMCE/utils/validate.js ${TL_WEBDIR}/plugins/ufo/ufo.js -${TL_WEBDIR}/robots.txt ${TL_WEBDIR}/system/config/.htaccess ${TL_WEBDIR}/system/constants.php ${TL_WEBDIR}/system/drivers/.htaccess |