pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aspell textproc/aspell: remove unknown config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46e6369e246a
branches:  trunk
changeset: 413274:46e6369e246a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Mar 17 21:23:22 2020 +0000

description:
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.

diffstat:

 textproc/aspell/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a21723b16fb9 -r 46e6369e246a textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Tue Mar 17 20:19:12 2020 +0000
+++ b/textproc/aspell/Makefile  Tue Mar 17 21:23:22 2020 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index