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: Sat Feb 15 15:22:21 UTC 2020
Modified Files:
pkgsrc/www/ikiwiki: Makefile
Log Message:
Fix WRKSRC (no WikiCase needed with this tarball).
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 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.168 pkgsrc/www/ikiwiki/Makefile:1.169
--- pkgsrc/www/ikiwiki/Makefile:1.168 Thu Feb 13 19:03:57 2020
+++ pkgsrc/www/ikiwiki/Makefile Sat Feb 15 15:22:21 2020
@@ -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-gettext-[0-9]*:../../devel
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