summaryrefslogtreecommitdiff
path: root/www/ikiwiki/options.mk
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2009-11-23 02:36:39 +0000
committerschmonz <schmonz@pkgsrc.org>2009-11-23 02:36:39 +0000
commit09d1b5a63786b5f2347a4d9f3419eb97cb888c7b (patch)
tree3c20ecaefa39cf6c01df8211a616bbc62089e6f2 /www/ikiwiki/options.mk
parentbc1c3132e99af08ecb663a574b5ba80de4a39aa9 (diff)
downloadpkgsrc-09d1b5a63786b5f2347a4d9f3419eb97cb888c7b.tar.gz
Comment out GNU sedism used to generate RPM spec file (noticed by
spz), and un-modify SUBST targets mistakenly committed in previous. Should fix build where GNU sed wasn't available, and otherwise result in no change to the binary package.
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 29bcbe63aa6..5fc7ee850b5 100644
--- a/www/ikiwiki/options.mk
+++ b/www/ikiwiki/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2009/11/16 22:51:14 schmonz Exp $
+# $NetBSD: options.mk,v 1.8 2009/11/23 02:36:39 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ikiwiki
PKG_SUPPORTED_OPTIONS= cvs ikiwiki-amazon-s3 ikiwiki-search
@@ -59,7 +59,7 @@ post-install:
${PREFIX}/share/doc/${PKGBASE}/w3mmode/ikiwiki.setup
.else
SUBST_CLASSES+= w3m
-SUBST_STAGE.w3m= pre-configure
+SUBST_STAGE.w3m= post-patch
SUBST_FILES.w3m= Makefile.PL
SUBST_SED.w3m+= -e 's,^\(.*install .*W3M_CGI_BIN\),\#\1,'
.endif