Received: by mail.netbsd.org (Postfix, from userid 605) id 6C51184D28; Sun, 26 Sep 2021 01:21:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7C3284CFC for ; Sun, 26 Sep 2021 01:21:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MDD7_aUdz7z4 for ; Sun, 26 Sep 2021 01:21:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3C23C84CE8 for ; Sun, 26 Sep 2021 01:21:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30282FA97; Sun, 26 Sep 2021 01:21:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163261931169050" MIME-Version: 1.0 Date: Sun, 26 Sep 2021 01:21:51 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/wiliki To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210926012151.30282FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163261931169050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 26 01:21:51 UTC 2021 Modified Files: pkgsrc/www/wiliki: Makefile Log Message: (www/wiliki) fix typo, sorry To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/wiliki/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163261931169050 Content-Disposition: inline Content-Length: 711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/wiliki/Makefile diff -u pkgsrc/www/wiliki/Makefile:1.9 pkgsrc/www/wiliki/Makefile:1.10 --- pkgsrc/www/wiliki/Makefile:1.9 Sun Sep 26 00:59:56 2021 +++ pkgsrc/www/wiliki/Makefile Sun Sep 26 01:21:51 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/09/26 00:59:56 mef Exp $ +# $NetBSD: Makefile,v 1.10 2021/09/26 01:21:51 mef Exp $ # DISTNAME= WiLiKi-0.6.2 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= https://practical-scheme.net/wiliki/wiliki.cgi COMMENT= WikiWiki clone written in Scheme -LICENCS= mit +LICENSE= mit # XXX Use >=0.9 to work-around `gauche-config --sitelibdir` change! #DEPENDS+= Gauche>=0.9:../../lang/gauche --_----------=_163261931169050--