diff options
author | taca <taca@pkgsrc.org> | 2009-11-29 06:47:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-11-29 06:47:14 +0000 |
commit | be77bff7fd3bb65f61c95c305c27213e0da284e9 (patch) | |
tree | cc4cedce43c7734604390f69a6587a0a0de9b152 | |
parent | 5673e641f5f638e9ab4a4bf444e9794cce9499a8 (diff) | |
download | pkgsrc-be77bff7fd3bb65f61c95c305c27213e0da284e9.tar.gz |
o MAKE WWW_FILE settable, making default to TYPOlight 2.8.
-rw-r--r-- | www/typolight/Makefile.example | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/typolight/Makefile.example b/www/typolight/Makefile.example index edc9b8f0b52..a434453a7ca 100644 --- a/www/typolight/Makefile.example +++ b/www/typolight/Makefile.example @@ -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 @@ NO_CONFIGURE= yes 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} |