pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ikiwiki Fix WRKSRC (no WikiCase needed with this t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4fae71eb98d
branches:  trunk
changeset: 411567:d4fae71eb98d
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Feb 15 15:22:21 2020 +0000

description:
Fix WRKSRC (no WikiCase needed with this tarball).

diffstat:

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

diffs (18 lines):

diff -r 91f6fec2e707 -r d4fae71eb98d www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile      Sat Feb 15 14:48:08 2020 +0000
+++ b/www/ikiwiki/Makefile      Sat Feb 15 15:22:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2020/02/13 19:03:57 schmonz Exp $
+# $NetBSD: Makefile,v 1.169 2020/02/15 15:22:21 schmonz Exp $
 #
 
 DISTNAME=              ikiwiki_3.20200202.3.orig
@@ -32,7 +32,7 @@
 DEPENDS+=              p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
 DEPENDS+=              p5-LWPx-ParanoidAgent-[0-9]*:../../www/p5-LWPx-ParanoidAgent
 
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV:S/ikiwiki-/IkiWiki-/}
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 PERL5_PACKLIST=                auto/IkiWiki/.packlist
 USE_TOOLS+=            gmake msgfmt perl:run xgettext
 



Home | Main Index | Thread Index | Old Index