Received: by mail.netbsd.org (Postfix, from userid 605) id 8322684D4E; Tue, 17 Mar 2020 21:23:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C14D84D40 for ; Tue, 17 Mar 2020 21:23:24 +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 lIlXvsJhCl0R for ; Tue, 17 Mar 2020 21:23:23 +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 E183484CD5 for ; Tue, 17 Mar 2020 21:23:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB27CFB27; Tue, 17 Mar 2020 21:23:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584480202217770" MIME-Version: 1.0 Date: Tue, 17 Mar 2020 21:23:22 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/textproc/aspell To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200317212322.DB27CFB27@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. --_----------=_1584480202217770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Tue Mar 17 21:23:22 UTC 2020 Modified Files: pkgsrc/textproc/aspell: Makefile Log Message: textproc/aspell: remove unknown configure option --enable-doc-dir The correct spelling of that option is --enable-docdir, and its default value is $prefix/share/doc/aspell, thus there is no need to specify it at all. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/textproc/aspell/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584480202217770 Content-Disposition: inline Content-Length: 760 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/aspell/Makefile diff -u pkgsrc/textproc/aspell/Makefile:1.74 pkgsrc/textproc/aspell/Makefile:1.75 --- pkgsrc/textproc/aspell/Makefile:1.74 Sat Oct 19 10:43:28 2019 +++ pkgsrc/textproc/aspell/Makefile Tue Mar 17 21:23:22 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2019/10/19 10:43:28 nia Exp $ +# $NetBSD: Makefile,v 1.75 2020/03/17 21:23:22 rillig Exp $ DISTNAME= aspell-0.60.8 CATEGORIES= textproc @@ -23,7 +23,6 @@ USE_NCURSES= yes USE_PKGLOCALEDIR= yes INFO_FILES= yes -CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell CONFIGURE_ARGS+= --enable-curses=${CURSES_TYPE} CONFIGURE_ARGS+= --enable-pkgdatadir=${PREFIX}/share/aspell CONFIGURE_ARGS+= --enable-dict-dir=${PREFIX}/lib/aspell --_----------=_1584480202217770--