diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /textproc/ispell | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 5 | ||||
-rw-r--r-- | textproc/ispell/pkg-plist | 23 |
2 files changed, 13 insertions, 15 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 36c1de3334a6..5e58ddb47614 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1996/11/11 05:49:39 obrien Exp $ +# $Id: Makefile,v 1.14 1996/11/17 09:05:56 obrien Exp $ # DISTNAME= ispell-3.1 @@ -21,6 +21,9 @@ MAINTAINER= jmz@FreeBSD.org DISTFILES+= ${EXTRA_DICT} MAKE_FLAGS= TMPDIR=${.CURDIR} -f +MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ + sq.1 tryaffix.1 unsq.1 +MAN4= ispell.4 english.4 pre-extract: .if !defined(LANG) diff --git a/textproc/ispell/pkg-plist b/textproc/ispell/pkg-plist index 801b251e7046..b7a162df4cc3 100644 --- a/textproc/ispell/pkg-plist +++ b/textproc/ispell/pkg-plist @@ -1,6 +1,3 @@ -@cd /usr/local -@owner bin -@mode 755 bin/buildhash bin/findaffix bin/icombine @@ -10,20 +7,18 @@ bin/munchlist bin/sq bin/tryaffix bin/unsq -@mode 644 share/emacs/site-lisp/ispell.el share/emacs/site-lisp/ispell.elc lib/american.hash lib/americanmed+.hash lib/english.aff lib/english.hash -man/man1/buildhash.1 -man/man1/findaffix.1 -man/man1/ispell.1 -man/man1/munchlist.1 -man/man1/sq.1 -man/man1/tryaffix.1 -man/man1/unsq.1 -man/man4/ispell.4 -man/man4/english.4 - +man/man1/buildhash.1.gz +man/man1/findaffix.1.gz +man/man1/ispell.1.gz +man/man1/munchlist.1.gz +man/man1/sq.1.gz +man/man1/tryaffix.1.gz +man/man1/unsq.1.gz +man/man4/ispell.4.gz +man/man4/english.4.gz |