Received: by mail.netbsd.org (Postfix, from userid 605) id 657B184DB3; Fri, 17 Jan 2020 19:07:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E296284D9E for ; Fri, 17 Jan 2020 19:07:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0xkx5Iy05zNO for ; Fri, 17 Jan 2020 19:07:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4FBD184CE9 for ; Fri, 17 Jan 2020 19:07:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49DE3FBF4; Fri, 17 Jan 2020 19:07:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157928803638080" MIME-Version: 1.0 Date: Fri, 17 Jan 2020 19:07:16 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/converters/hs-emojis To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200117190716.49DE3FBF4@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. --_----------=_157928803638080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Jan 17 19:07:16 UTC 2020 Modified Files: pkgsrc/converters/hs-emojis: buildlink3.mk Log Message: Correct PKGSRCDIR To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/hs-emojis/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157928803638080 Content-Disposition: inline Content-Length: 815 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/hs-emojis/buildlink3.mk diff -u pkgsrc/converters/hs-emojis/buildlink3.mk:1.1 pkgsrc/converters/hs-emojis/buildlink3.mk:1.2 --- pkgsrc/converters/hs-emojis/buildlink3.mk:1.1 Wed Jan 15 11:53:16 2020 +++ pkgsrc/converters/hs-emojis/buildlink3.mk Fri Jan 17 19:07:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 11:53:16 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2020/01/17 19:07:16 pho Exp $ BUILDLINK_TREE+= hs-emojis @@ -7,7 +7,7 @@ HS_EMOJIS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-emojis+= hs-emojis>=0.1 BUILDLINK_ABI_DEPENDS.hs-emojis+= hs-emojis>=0.1 -BUILDLINK_PKGSRCDIR.hs-emojis?= ../../converters/hs-emoji +BUILDLINK_PKGSRCDIR.hs-emojis?= ../../converters/hs-emojis .endif # HS_EMOJIS_BUILDLINK3_MK BUILDLINK_TREE+= -hs-emojis --_----------=_157928803638080--