pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ikiwiki



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Mar  4 17:40:28 UTC 2018

Modified Files:
        pkgsrc/www/ikiwiki: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/www/ikiwiki/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ikiwiki/Makefile
diff -u pkgsrc/www/ikiwiki/Makefile:1.152 pkgsrc/www/ikiwiki/Makefile:1.153
--- pkgsrc/www/ikiwiki/Makefile:1.152   Fri Mar  2 19:20:20 2018
+++ pkgsrc/www/ikiwiki/Makefile Sun Mar  4 17:40:28 2018
@@ -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_LANGUAGES=                c
 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