From e30141af6d00f34757289d77d537316ecf91aa8a Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 2 Jan 2008 15:39:57 +0000 Subject: Add another REPLACE_PERL for a perl script to replace interpreter. Skip an interpreter check for a python script (as the REPLACE_PERL is ignored because no python dependency yet). (Add a TODO for later: add an option for reStructuredText support to depend on python-docutils.) Bump PKGREVISION. Noticed in bulk builds. Fixed this during freeze so it will be built by some bulk builders and available with the upcoming quarterly branch packages. This is a leaf package. --- www/ikiwiki/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index d084ab4343b..480ea6a0d80 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2007/12/05 04:09:53 reed Exp $ +# $NetBSD: Makefile,v 1.10 2008/01/02 15:39:57 reed Exp $ # DISTNAME= ikiwiki_2.15 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= www textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/} @@ -67,6 +68,12 @@ REPLACE_PERL+= IkiWiki.pm ikiwiki-w3m.cgi mdwn2man pm_filter REPLACE_PERL+= ikiwiki.in ikiwiki-mass-rebuild ikiwiki-update-wikilist REPLACE_PERL+= t/*.t IkiWiki/*.pm IkiWiki/*/*.pm REPLACE_PERL+= doc/ikiwiki.setup doc/w3mmode/ikiwiki.setup +REPLACE_PERL+= plugins/externaldemo + +REPLACE_PYTHON+= plugins/rst +# TODO: add an rst option +# rst plugin (reStructuredText) needs the python-docutils module +CHECK_INTERPRETER_SKIP+= lib/ikiwiki/plugins/rst SUBST_CLASSES+= makefile SUBST_STAGE.makefile= post-patch -- cgit v1.2.3