Received: by mail.netbsd.org (Postfix, from userid 605) id 89F5784EA3; Wed, 21 Jul 2021 16:22:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5BE584D0F for ; Wed, 21 Jul 2021 16:22: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 O78mZOQvQZSO for ; Wed, 21 Jul 2021 16:22:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29CC584CBC for ; Wed, 21 Jul 2021 16:22:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23074FA95; Wed, 21 Jul 2021 16:22:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626884571255060" MIME-Version: 1.0 Date: Wed, 21 Jul 2021 16:22:51 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/editors/xemacs-packages To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20210721162251.23074FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626884571255060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Wed Jul 21 16:22:51 UTC 2021 Modified Files: pkgsrc/editors/xemacs-packages: Makefile Log Message: Fix sttutter in comment. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/editors/xemacs-packages/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626884571255060 Content-Disposition: inline Content-Length: 869 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/xemacs-packages/Makefile diff -u pkgsrc/editors/xemacs-packages/Makefile:1.77 pkgsrc/editors/xemacs-packages/Makefile:1.78 --- pkgsrc/editors/xemacs-packages/Makefile:1.77 Wed Jul 21 15:58:35 2021 +++ pkgsrc/editors/xemacs-packages/Makefile Wed Jul 21 16:22:50 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2021/07/21 15:58:35 hauke Exp $ +# $NetBSD: Makefile,v 1.78 2021/07/21 16:22:50 hauke Exp $ DISTNAME= xemacs-packages PKGNAME= xemacs-packages-1.18 @@ -172,7 +172,7 @@ PKG_SUGGESTED_OPTIONS+= x11 .include "../../mk/bsd.options.mk" -# Only attemppt to register fonts if we have X11 support +# Only attempt to register fonts if we have X11 support (mkfontdir) .if !empty(PKG_OPTIONS:Mx11) FONTS_DIRS.x11+= ${PREFIX}/${XEPKGDIR}/etc/x-symbol/fonts FONTS_DIRS.x11+= ${PREFIX}/${XEPKGDIR}/etc/x-symbol/origfonts --_----------=_1626884571255060--