Received: by mail.netbsd.org (Postfix, from userid 605) id 955EB84DB0; Mon, 4 Nov 2019 04:26:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F73384CDA for ; Mon, 4 Nov 2019 04:26:27 +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 rn5qgTxM-nsY for ; Mon, 4 Nov 2019 04:26:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 75D3484CD8 for ; Mon, 4 Nov 2019 04:26:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FE41FA93; Mon, 4 Nov 2019 04:26:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572841586269260" MIME-Version: 1.0 Date: Mon, 4 Nov 2019 04:26:26 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/www/davical To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20191104042626.6FE41FA93@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572841586269260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Mon Nov 4 04:26:26 UTC 2019 Modified Files: pkgsrc/www/davical: Makefile Log Message: davical: fix typo introduced in last commit A 'p' pressed by a clumsy finger. Thanks Roland! To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/davical/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572841586269260 Content-Disposition: inline Content-Length: 927 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/davical/Makefile diff -u pkgsrc/www/davical/Makefile:1.39 pkgsrc/www/davical/Makefile:1.40 --- pkgsrc/www/davical/Makefile:1.39 Sun Nov 3 14:05:19 2019 +++ pkgsrc/www/davical/Makefile Mon Nov 4 04:26:26 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/11/03 14:05:19 triaxx Exp $ +# $NetBSD: Makefile,v 1.40 2019/11/04 04:26:26 triaxx Exp $ DISTNAME= davical-${DAVICAL_VERSION} PKGNAME= ${PHP_PKG_PREFIX}-davical-${DAVICAL_VERSION} @@ -85,7 +85,7 @@ SUBST_MESSAGE.conf-path=Fixing configura SUBST_CLASSES+= inc-path SUBST_STAGE.inc-path= pre-configure SUBST_VARS.inc-path+= PKG_SYSCONFDIR -SUBST_FAWLDIRILES.inc-path= davical.conf inc/always.php.in +SUBST_FILES.inc-path= davical.conf inc/always.php.in SUBST_FILES.inc-path+= scripts/po/rebuild-translations.sh SUBST_FILES.inc-path+= dba/create-database.sh SUBST_SED.inc-path+= -e "s|@LIBAWLPATH@|${PREFIX}/${LIBAWLDIR}|g" --_----------=_1572841586269260--