pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ikiwiki Fix build on systems without a /usr/bin/perl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ba432f36633
branches:  trunk
changeset: 376600:1ba432f36633
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Mar 04 17:40:28 2018 +0000

description:
Fix build on systems without a /usr/bin/perl.

diffstat:

 www/ikiwiki/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 3af27d89cb4e -r 1ba432f36633 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile      Sun Mar 04 16:26:51 2018 +0000
+++ b/www/ikiwiki/Makefile      Sun Mar 04 17:40:28 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2018/03/02 19:20:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.153 2018/03/04 17:40:28 schmonz Exp $
 #
 
 DISTNAME=              ikiwiki_3.20180228.orig
@@ -37,8 +37,7 @@
 USE_TOOLS+=            gmake msgfmt perl:run xgettext
 
 REPLACE_PYTHON+=       plugins/proxy.py plugins/pythondemo plugins/rst
-
-BUILD_TARGET=          extra_build all
+REPLACE_PERL+=         pm_filter
 
 MAKE_FLAGS+=           W3M_CGI_BIN=${PREFIX:Q}/libexec/w3m/cgi-bin
 MAKE_FLAGS+=           SYSCONFDIR=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index