diff options
author | reed <reed> | 2008-01-02 15:39:57 +0000 |
---|---|---|
committer | reed <reed> | 2008-01-02 15:39:57 +0000 |
commit | e30141af6d00f34757289d77d537316ecf91aa8a (patch) | |
tree | 7d7e88348fde1c16af2a6dda34719e6bace40710 | |
parent | 23cf7c59f8d22cdea00a75c37177543af57fb268 (diff) | |
download | pkgsrc-e30141af6d00f34757289d77d537316ecf91aa8a.tar.gz |
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.
-rw-r--r-- | www/ikiwiki/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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 |