pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/aspell
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.
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
Home |
Main Index |
Thread Index |
Old Index