summaryrefslogtreecommitdiff
path: root/www/ikiwiki/options.mk
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2010-10-20 02:56:12 +0000
committerschmonz <schmonz@pkgsrc.org>2010-10-20 02:56:12 +0000
commit3a1c20cd7c1d4e3467cc5401e779fd70996aaaed (patch)
tree156e9d67b5ddf86b1728eb954e4d03dabd1b6afd /www/ikiwiki/options.mk
parent7eb9331cd4c8b72a98731f50bdf1d3e2af49c50e (diff)
downloadpkgsrc-3a1c20cd7c1d4e3467cc5401e779fd70996aaaed.tar.gz
Update to 3.20101019. From the changelog:
* Fix test suite failure on other side of date line. * htmltidy: Allow configuring tidy parameters in setup file. (W. Trevor King) * Updated French program translation. Closes: #598918 * git: Added new rcs_revert and rcs_preprevert hooks. * recentchanges: Add revert buttons to RecentChanges page, and implement web-based reversion interface. * Thanks to Peter Gammie for his assistance with the web-based reversion feature. * actiontabs: More consistent styling of Hn tags. * websetup: Fix saving of advanced mode changes. * websetup: Fix defaults of checkboxes in advanced mode. * monotone: Fix recentchanges page when the srcdir is not at the top of the monotone workspace. Thanks, tommyd. * img: If a class is specified, don't also put the img in the img class. * auto-blog.setup: Don't enable opendiscussion by default; require users be logged in to post comments. Updating this leaf package during the freeze for bugfixes.
Diffstat (limited to 'www/ikiwiki/options.mk')
-rw-r--r--www/ikiwiki/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ikiwiki/options.mk b/www/ikiwiki/options.mk
index c2bfe485fb1..7b7fa7bd429 100644
--- a/www/ikiwiki/options.mk
+++ b/www/ikiwiki/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2010/08/04 15:25:11 schmonz Exp $
+# $NetBSD: options.mk,v 1.10 2010/10/20 02:56:13 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ikiwiki
PKG_SUPPORTED_OPTIONS= cvs ikiwiki-amazon-s3 ikiwiki-search
@@ -58,7 +58,7 @@ post-install:
${PREFIX}/share/doc/${PKGBASE}/w3mmode/ikiwiki.setup
.else
SUBST_CLASSES+= w3m
-SUBST_STAGE.w3m= post-patch
+SUBST_STAGE.w3m= pre-configure
SUBST_FILES.w3m= Makefile.PL
SUBST_SED.w3m+= -e 's,^\(.*install .*W3M_CGI_BIN\),\#\1,'
.endif