diff options
author | agc <agc@pkgsrc.org> | 2002-07-22 10:31:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-22 10:31:30 +0000 |
commit | e44c18e99e1f697ec990b15191ddc029b99cb68e (patch) | |
tree | 9099fb1a0aa600b81fc8a96fd29377d6e4013f12 /textproc/ispell-base/Makefile | |
parent | cce8d35a1324c891d3f3c1247a9e328703a706a9 (diff) | |
download | pkgsrc-e44c18e99e1f697ec990b15191ddc029b99cb68e.tar.gz |
Apply fixes from Julio Merino (jmmv@hispabsd.org) in PR 17653 - make ispell
use /tmp rather than /usr/tmp by default.
Diffstat (limited to 'textproc/ispell-base/Makefile')
-rw-r--r-- | textproc/ispell-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index c2b91f2f671..ea0b8436596 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2002/06/29 23:51:30 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/22 10:31:30 agc Exp $ # DISTNAME= ispell-3.1.20 PKGNAME= ispell-base-3.1.20 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ |