pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/typolight o MAKE WWW_FILE settable, making default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4f1d8dbcb31
branches:  trunk
changeset: 567928:c4f1d8dbcb31
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Nov 29 06:47:14 2009 +0000

description:
o MAKE WWW_FILE settable, making default to TYPOlight 2.8.

diffstat:

 www/typolight/Makefile.example |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 407c7cb80141 -r c4f1d8dbcb31 www/typolight/Makefile.example
--- a/www/typolight/Makefile.example    Sun Nov 29 06:46:21 2009 +0000
+++ b/www/typolight/Makefile.example    Sun Nov 29 06:47:14 2009 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.example,v 1.1 2009/04/26 03:34:13 taca Exp $
+# $NetBSD: Makefile.example,v 1.2 2009/11/29 06:47:14 taca Exp $
+#
+# used by www/typolight26-example/Makefile
+# used by www/typolight27-example/Makefile
 #
 
 DISTNAME=      typolight-${TL_VERSION}
@@ -21,7 +24,7 @@
 PKG_DESTDIR_SUPPORT=   destdir
 
 WWW_EG_FILES=  music_academy.css tl_files/music_academy
-WWW_FILE=      templates/example_website.sql
+WWW_FILE?=     templates/music_academy.sql
 
 .for f in ${WWW_EG_FILES} ${WWW_FILE}
 EXTRACT_ELEMENTS+=     ${DISTNAME}/${f}



Home | Main Index | Thread Index | Old Index