pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-XML-XPath



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul  7 11:52:42 UTC 2023

Modified Files:
        pkgsrc/textproc/p5-XML-XPath: Makefile

Log Message:
p5-XML-XPath: Fix interpreter in xpath.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/p5-XML-XPath/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-XML-XPath/Makefile
diff -u pkgsrc/textproc/p5-XML-XPath/Makefile:1.48 pkgsrc/textproc/p5-XML-XPath/Makefile:1.49
--- pkgsrc/textproc/p5-XML-XPath/Makefile:1.48  Thu Jul  6 09:42:06 2023
+++ pkgsrc/textproc/p5-XML-XPath/Makefile       Fri Jul  7 11:52:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2023/07/06 09:42:06 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2023/07/07 11:52:42 jperkin Exp $
 
 DISTNAME=      XML-XPath-1.48
 PKGNAME=       p5-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+=     p5-Path-Tiny>=0.076:../../file
 
 PERL5_PACKLIST=                auto/XML/XPath/.packlist
 
+REPLACE_PERL+= examples/xpath
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index