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 | 739ade02f5e5a61b32a7e44d8957b09888c72c6d (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /textproc/aspell | |
parent | c86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f (diff) | |
download | pkgsrc-739ade02f5e5a61b32a7e44d8957b09888c72c6d.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/aspell/PLIST | 4 |
2 files changed, 5 insertions, 4 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 diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index fc3d9e9b1ea..94b665fc7a2 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/01/29 22:02:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/03/31 23:56:30 jlam Exp $ bin/aspell bin/aspell-import bin/precat @@ -10,6 +10,8 @@ bin/run-with-aspell bin/word-list-compress include/aspell.h include/pspell/pspell.h +info/aspell-dev.info +info/aspell.info lib/aspell/ccpp.amf lib/aspell/comment.amf ${FILTER}lib/aspell/context-filter.la |