diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
commit | 1450b259bac40bf40e6678fc7eb42d553b47e37e (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /textproc/aspell/Makefile | |
parent | fe1cdd47b49037fbb784ac847c0857b1f98b4d17 (diff) | |
download | pkgsrc-1450b259bac40bf40e6678fc7eb42d553b47e37e.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 4161027ba91..e4da2072948 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/03/09 11:14:50 ghen Exp $ +# $NetBSD: Makefile,v 1.42 2006/03/31 23:56:30 jlam Exp $ # DISTNAME= aspell-0.60.4 @@ -18,8 +18,7 @@ USE_TOOLS+= gmake USE_TOOLS+= perl:run USE_LIBTOOL= yes USE_LANGUAGES= c c++ - -INFO_FILES= aspell-dev.info aspell.info +INFO_FILES= # PLIST CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell CONFIGURE_ARGS+= --enable-curses=ncurses |