summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-05-18 12:52:01 +0000
committertaca <taca@pkgsrc.org>2010-05-18 12:52:01 +0000
commit7a432ce89c7ed54db6c027800d66abeef12bff3d (patch)
treeeef54604c2901bf49d8e64d98f4431bbc25fea82 /www
parent6e2b428bc350d8c2f033cfab56266c9e9eb0a1e1 (diff)
downloadpkgsrc-7a432ce89c7ed54db6c027800d66abeef12bff3d.tar.gz
Copy some missing configuration files from example directory.
It should make FancyUpload work. Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/typolight28/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/typolight28/Makefile b/www/typolight28/Makefile
index 51a27e195cd..c19d6a8760d 100644
--- a/www/typolight28/Makefile
+++ b/www/typolight28/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2010/05/01 23:42:56 taca Exp $
+# $NetBSD: Makefile,v 1.8 2010/05/18 12:52:01 taca Exp $
#
DISTNAME= typolight-${TL_VERSION}
PKGNAME= typolight${TL_VER}-${TL_PKGVER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
@@ -24,7 +25,8 @@ NO_BUILD= yes
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/langconfig.php \
+ system/config/dcaconfig.php system/config/fancyUpload.php \
+ system/config/initconfig.php system/config/langconfig.php \
system/config/languages.php \
system/config/tcpdf.php system/config/timezones.php \
system/config/tinyFlash.php system/config/tinyMCE.php \