summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-12 12:48:03 +0000
committertaca <taca@pkgsrc.org>2011-08-12 12:48:03 +0000
commit3171adbeb5e4273f98f492fd081c24007e07abda (patch)
tree57915375e7e6431a5c5450a304f015f556357e0f /www
parent2e4b5169a649fa331917e2d740b8243681b43536 (diff)
downloadpkgsrc-3171adbeb5e4273f98f492fd081c24007e07abda.tar.gz
Make WWW_EG_FILES setable.
Diffstat (limited to 'www')
-rw-r--r--www/contao/Makefile.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/Makefile.example b/www/contao/Makefile.example
index 11a9d821002..0bae1d093fe 100644
--- a/www/contao/Makefile.example
+++ b/www/contao/Makefile.example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.example,v 1.1.1.1 2010/07/05 14:39:32 taca Exp $
+# $NetBSD: Makefile.example,v 1.2 2011/08/12 12:48:03 taca Exp $
#
# used by www/contao29-example/Makefile
#
@@ -22,7 +22,7 @@ NO_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
-WWW_EG_FILES= music_academy.css tl_files/music_academy
+WWW_EG_FILES?= tl_files/music_academy
WWW_FILE?= templates/music_academy.sql
.for f in ${WWW_EG_FILES} ${WWW_FILE}