diff options
author | rillig <rillig@pkgsrc.org> | 2020-03-17 21:23:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-03-17 21:23:22 +0000 |
commit | cc44513cda78348d18394b84ae418d607d112ce2 (patch) | |
tree | 5469d7666bd2bd050b0c6780e8b44f9ea496b5e8 | |
parent | e783abe7f330e14aa5230ad09011e4445a06868f (diff) | |
download | pkgsrc-cc44513cda78348d18394b84ae418d607d112ce2.tar.gz |
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.
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 8f88c3ddd28..4011d042274 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -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 |